add: swea/13218.py
This commit is contained in:
4
swea/13218.py
Normal file
4
swea/13218.py
Normal file
@@ -0,0 +1,4 @@
|
||||
n=int(input())
|
||||
|
||||
for i in range(1,n+1):
|
||||
print("#"+str(i),int(input())//3)
|
||||
Reference in New Issue
Block a user