// print2

asm(x)

main()
  i = 32
  while( i < 50 )
    print(i)
    i = i + 1
