Run ID:85726
提交时间:2024-07-20 09:16:45
x = int(input()) if x > 0: print(1) elif x==0: print(0) else: print (-1)