Run ID:93267

提交时间:2024-10-13 09:27:30

n=int(input()) if n%2!=0: res=3/2-n/2 else: res=2+n/2 print(int(res))