Run ID:84395

提交时间:2024-07-15 18:47:56

m=int(input()) if m%2==0: print("0") else: print("1")