N = int(input()) if N ==1: print(2) else: ans=str(2)*N print(ans+ans)