Run ID:116735
提交时间:2025-04-12 13:26:48
x=input() x=int(x) if x>0: print(1) elif x<0: print(-1) else: print(0)