Run ID:86222
提交时间:2024-07-23 18:49:21
x = int(input()) if x<0: print('-1') if x == 0: print('0') if x>0: print('1')