Run ID:105064
提交时间:2025-01-12 13:24:48
a=int(input()) if a==0: print('0') if a>0: print('1') if a<0: print('-1')