N=int(input()) A=list(range(1,N+1)) A=A+A print("!",*A,flush=True)