baekjoon 20260219
This commit is contained in:
parent
e93a75abea
commit
6080e34d1f
7
code_study/Baekjoon/python/2953.py
Normal file
7
code_study/Baekjoon/python/2953.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
ans = (0,0)
|
||||||
|
for n in range(5) :
|
||||||
|
s = sum(list(map(int, input().split())))
|
||||||
|
if ans[1] < s :
|
||||||
|
ans = (n+1, s)
|
||||||
|
|
||||||
|
print(*ans)
|
||||||
Loading…
x
Reference in New Issue
Block a user