first commit
from old repository to a new repository
This commit is contained in:
5
boj/11718.py
Normal file
5
boj/11718.py
Normal file
@@ -0,0 +1,5 @@
|
||||
while True:
|
||||
try:
|
||||
print(input())
|
||||
except EOFError:
|
||||
break
|
||||
Reference in New Issue
Block a user