Online Judge
Toggle navigation
C++题库系统 OJ
首页
问题列表
状态
排行榜
登录
首页
状态
87100
Run ID
作者
问题
语言
测评结果
Time
Memory
代码长度
提交时间
87100
丁俊杰
向下取整
Python3
Accepted
36 MS
3724 KB
83
2024-08-04 01:54:36
Tests(2/2):
Code:
def xia_quzheng(n): return int(n) n=float(input()) print(xia_quzheng(n))