Run ID:108710
提交时间:2025-01-21 13:55:57
x=input() x=int(x) if x>0: print(1) else: if x<0: print("-1") else: print(0)