Run ID:85892

提交时间:2024-07-21 08:52:04

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