Run ID:85252

提交时间:2024-07-16 19:40:59

x = int(input()) if x <0: y=-1 print(y) if x ==0: y=0 print(y) if x >0: y=1 print(y)