N = int(input()) if N == 1: print (7) else: print (N)