#35738: 妳那裡現在幾點了?


108081a1@gm.chihlee.edu.tw (何姿儀)

學校 : 不指定學校
編號 : 235404
來源 : [140.131.84.202]
最後登入時間 :
2023-06-15 15:42:19
d050. 妳那裡現在幾點了? -- 板橋高中教學題 | From: [140.131.84.80] | 發表日期 : 2023-06-15 14:04

tw_time = int(input())
us_time = tw_time - 15
if us_time >= 0:
    print(us_time)
else:
    print(us_time + 24)
 
ZeroJudge Forum