Run ID:85915
提交时间:2024-07-21 09:49:44
a = int(input()) if a > 0: print("1") elif a < 0: print("-1") else: print("0")