Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
87099 丁俊杰 向上取整 Python3 Accepted 38 MS 3728 KB 89 2024-08-03 21:47:51

Tests(2/2):


Code:

def shang_quzheng(n): return int(n+1) n=float(input()) print(shang_quzheng(n))