n=input() i=1 while i<=10: print i i=i+1 print(n) f = input()