2019-11-15: init
This commit is contained in:
5
zeta_python/completed/10952.py
Normal file
5
zeta_python/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