first commit
from old repository to a new repository
This commit is contained in:
6
boj/10952.py
Normal file
6
boj/10952.py
Normal file
@@ -0,0 +1,6 @@
|
||||
while True:
|
||||
a,b=map(int,input().split())
|
||||
|
||||
if a==b==0:
|
||||
break
|
||||
print(a+b)
|
||||
Reference in New Issue
Block a user