Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
93068 丁楷桐 05买水果 Python3 Accepted 38 MS 3748 KB 100 2024-10-07 18:02:40

Tests(1/1):


Code:

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