Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
91718 | 徐梓涵 | 05买水果 | Python3 | Presentation Error | 37 MS | 3744 KB | 176 | 2024-09-22 13:52:02 |
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)