#31810: 不需要if的py解法


10946009@ntub.edu.tw (sd030)


a=float(input())
print(int((a/max(abs(1**a*a),1))))