Run ID:93068

提交时间:2024-10-07 18:02:40

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