import time N = int(raw_input()) time.sleep(N) print 0