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