Run ID:85253

提交时间:2024-07-16 19:41:15

x = int( input()) if x ==0: print(0) if x>0: print(1) if x<0: print(-1)