for_break_continue0.cout 117 B

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