restructure zeta/** to storage/zeta/**
This commit is contained in:
5
storage/zeta/py/completed/10951.py
Normal file
5
storage/zeta/py/completed/10951.py
Normal file
@@ -0,0 +1,5 @@
|
||||
while 1:
|
||||
try:
|
||||
print(sum(map(int,input().split())))
|
||||
except EOFError:
|
||||
break
|
||||
Reference in New Issue
Block a user