본문 바로가기
python-algorithm

[백준] 10262

by 무적김두칠 2021. 3. 19.

1
2
3
4
5
6
7
tmp1=list(map(int,input().split()))
tmp2=list(map(int,input().split()))
a=sum(tmp1)
b=sum(tmp2)
if a>b : print("Gunnar")
elif a==b: print("Tie")
elseprint("Emma")
cs
반응형

'python-algorithm' 카테고리의 다른 글

백준 8437  (0) 2021.05.03
[백준] 10480  (0) 2021.03.19
[백준] 10214  (0) 2021.03.19
[백준] 7891  (0) 2021.03.19
[백준] 7523  (0) 2021.03.19

댓글