Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91595 周轩屹 11向上取整 Python3 Accepted 41 MS 3740 KB 52 2024-09-22 10:54:58

Tests(10/10):


Code:

a=input() a=float(a) c=a+1 c=int(c) print(c)