Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91720 徐梓涵 05买水果 Python3 Accepted 35 MS 3756 KB 162 2024-09-22 13:54:41

Tests(1/1):


Code:

a=float(5) c=8 b=12 v=5 a='{:.3f}'.format((a+c+b)/3) n=39//v m=39//c t=39//b j=39-n*5 h=39-m*8 t2=39-t*12 print(a) print(n,j) print(m,h) print(t,t2)