#41839: 答案 (python)


Morrischen (morris)

學校 : 高雄市苓雅區復華高級中學國中部
編號 : 236381
來源 : [111.184.105.175]
最後登入時間 :
2024-11-10 20:19:21
g496. 彗星列車 (Comet) -- TOI練習賽202110新手組第1題 | From: [111.184.105.175] | 發表日期 : 2024-08-31 21:45

#g496. 彗星列車 (Comet)
a,b = map(int,input().split())
if b/a%1>0:print(b//a+1)
else:print(b//a)

 
ZeroJudge Forum