Files
PS/swea/13218.py
2024-05-02 23:04:30 +09:00

5 lines
74 B
Python

n=int(input())
for i in range(1,n+1):
print("#"+str(i),int(input())//3)