Run ID:91925

提交时间:2024-09-25 20:03:16

c='{:.3f}'.format((7+4+3)//3) print(39/5,39%5) print(39/8,39%8) print(39/12,39%12) print(c)