#35952: python解題


11360643@me.mcu.edu.tw (11360643 11360643)

學校 : 不指定學校
編號 : 236363
來源 : [101.137.0.5]
最後登入時間 :
2023-06-26 12:12:55
a148. You Cannot Pass?! | From: [101.137.0.5] | 發表日期 : 2023-06-26 12:01

while True:
  try:
    list=[int(x) for x in input().split()]
    if sum(list[1:])/list[0] >59:print("no")
    else                                 :print("yes")
  except EOFError:
    break;

 
ZeroJudge Forum