Run ID:85682
提交时间:2024-07-20 08:36:27
a=int(input()) if a<0: print("-1") elif a==0: print("0") else: print("1")