#35466: 雖然沒必要放答案但就是想放


1360467-8@g.puiching.edu.mo (三國迷李牧粉)

學校 : 不指定學校
編號 : 189084
來源 : [202.86.172.163]
最後登入時間 :
2023-10-20 12:55:38

a,b=map(str,input().strip().split())
c,d=map(str,input().strip().split())
if int(b)>int(d):
    print(f"{a} WIN!")
if int(b)==int(d):
    print("tie")
if int(d)>int(b):
    print(f"{c} WIN!")
#35541: Re: 雖然沒必要放答案但就是想放


1450840-0@g.puiching.edu.mo (肥余好朋友)

學校 : 不指定學校
編號 : 188719
來源 : [202.86.172.164]
最後登入時間 :
2025-05-03 09:58:49

a,b=map(str,input().strip().split())
c,d=map(str,input().strip().split())
if int(b)>int(d):
    print(f"{a} WIN!")
if int(b)==int(d):
    print("tie")
if int(d)>int(b):
    print(f"{c} WIN!")

這位同學 不要send答案(x1)

#35548: Re: 雖然沒必要放答案但就是想放


1360467-8@g.puiching.edu.mo (三國迷李牧粉)

學校 : 不指定學校
編號 : 189084
來源 : [202.86.172.163]
最後登入時間 :
2023-10-20 12:55:38

a,b=map(str,input().strip().split())
c,d=map(str,input().strip().split())
if int(b)>int(d):
    print(f"{a} WIN!")
if int(b)==int(d):
    print("tie")
if int(d)>int(b):
    print(f"{c} WIN!")

這位同學 不要send答案(x1)

你send的答案還比我多