Run ID:90483
提交时间:2024-09-15 11:06:44
q="{:.3f}".format(5+8+12) print(q) print(39//5,39%5) print(39//8,39%8) print(39//12,39%12)