#38273: py


11035093@mail.hpsh.tp.edu.tw (ಥ⁠‿⁠ಥ)

學校 : 臺北市立和平高級中學
編號 : 165163
來源 : [203.72.60.216]
最後登入時間 :
2023-12-21 11:22:33
e976. Will You Make it? -- HP CodeWars2019改編 | From: [114.34.52.253] | 發表日期 : 2023-11-09 02:42

while True:
    try:
        H,M,S=map(int,input().split())
        if (M/S)<=(H):A="I will make it!"
        else:A="I will be late!"
        print(f"{H} {M} {S}. {A}")            
    except:
        break
 
ZeroJudge Forum