first commit
from old repository to a new repository
This commit is contained in:
5
boj/11021.py
Normal file
5
boj/11021.py
Normal file
@@ -0,0 +1,5 @@
|
||||
n=int(input())
|
||||
|
||||
for i in range(n):
|
||||
a,b=map(int,input().split())
|
||||
print("Case #"+str(i+1)+":",a+b)
|
||||
Reference in New Issue
Block a user