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