MCPcopy Create free account
hub / github.com/E869120/math-algorithm-book / Code_5_06_1.py

File Code_5_06_1.py

codes/python/Code_5_06_1.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# 小問題 t を解く関数
2def shou_mondai(A, B, t):
3 cl = (A + t - 1) // t # A÷t の小数点以下切り上げ
4 cr = B // t # B÷t の小数点以下切り捨て

Callers

nothing calls this directly

Calls 1

shou_mondaiFunction · 0.70

Tested by

no test coverage detected