Run ID:85229

提交时间:2024-07-16 19:26:05

x = int(input()) if x == 0: print('0') else: print(x//abs(x))