restructure zeta/** to storage/zeta/**
This commit is contained in:
10
storage/zeta/py/completed/10950.py
Normal file
10
storage/zeta/py/completed/10950.py
Normal file
@@ -0,0 +1,10 @@
|
||||
N = range(int(input()))
|
||||
[print(
|
||||
sum(
|
||||
map(
|
||||
int,input().split()
|
||||
)
|
||||
)
|
||||
)
|
||||
for i in N
|
||||
]
|
||||
Reference in New Issue
Block a user