n=int(input())b=2for i in range(2,n): b=b*10+2print (int(b))
8
2222222
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!