Run ID:92625
提交时间:2024-10-05 20:01:27
s=input().split() a=float(s[0]) b=a%1 c=1-b a=a+c print(int(a))