Online Judge
Toggle navigation
C++题库系统 OJ
首页
问题列表
状态
排行榜
登录
首页
状态
91929
Run ID
作者
问题
语言
测评结果
Time
Memory
代码长度
提交时间
91929
乔仲熠
05买水果
Python3
Accepted
41 MS
3740 KB
99
2024-09-25 20:11:21
Tests(1/1):
Code:
c='{:.3f}'.format((5+8+12)/3) print(c) print(39//5,39%5) print(39//8,39%8) print(39//12,39%12)