Run ID:85255
提交时间:2024-07-16 19:41:20
x = int(input()) if x <0: y=-1 print(y) if x ==0: y=0 print(y) if x >0: y=1 print(y)