Run ID:87099

提交时间:2024-08-03 21:47:51

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