Run ID:90368

提交时间:2024-09-12 19:09:54

d=((5+8+12)/3) x="{:.3f}".format(d) print(x) print(39//5,39%5) print(39//8,39%8) print(39//12,39%12)