add: swea/13218.py

This commit is contained in:
Gyubin Han
2024-05-02 23:04:30 +09:00
parent 86950e7910
commit 38a502e6ed

4
swea/13218.py Normal file
View File

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