restructure zeta/** to storage/zeta/**
This commit is contained in:
3
storage/zeta/py/completed/11021.py
Normal file
3
storage/zeta/py/completed/11021.py
Normal file
@@ -0,0 +1,3 @@
|
||||
N = int(input())
|
||||
for i in range(N):
|
||||
print("Case #%s:"%(i+1), sum(map(int, input().split())))
|
||||
Reference in New Issue
Block a user