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