#41299: python


suyueh (suyueh)

學校 : 不指定學校
編號 : 272111
來源 : [49.216.223.40]
最後登入時間 :
2024-09-07 15:48:59
a148. You Cannot Pass?! | From: [125.229.229.84] | 發表日期 : 2024-07-16 16:20

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