Run ID:106566
提交时间:2025-01-16 13:34:34
n,x,y=input().split() n=int(n) x=int(x) y=int(y) if y%2==0: print(n-y//2) else: print(n-y//2-y%2)