for_break_continue1.cout 124 B

123456789101112131415
  1. push i
  2. push 6
  3. use =(2)
  4. push i
  5. push 9
  6. use <=(2)
  7. goto(10)
  8. push i
  9. push 2
  10. use +=(2)
  11. goto(2)
  12. for(14)
  13. push i
  14. use print(1)
  15. goto(6)