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")
else: print("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 |
댓글