Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
93071 许诺 05买水果 Python3 Accepted 33 MS 3740 KB 107 2024-10-07 18:05:26

Tests(1/1):


Code:

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)