Run ID:85897
提交时间:2024-07-21 09:12:47
x=int(input()) if x==0: print(0) elif x>0: print(1) else: print(-1)