Run ID:93071
提交时间:2024-10-07 18:05:26
a=((5+8+12)/3) b="{:.3f}".format(a) print(b) print(39//5,39%5) print(39//8,39%8) print(39//12,39%12)