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))