Run ID:93266
提交时间:2024-10-13 09:26:55
n=int(input()) if n%2!=0: res=3/2-n/2 else: res=2+n/2 print(res)