Run ID:116732

提交时间:2025-04-12 13:26:23

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