Run ID:105065
提交时间:2025-01-12 13:25:46
a=int(input()) if a==0: print('0') elif a>0: print('1') else: print('-1')