for_break_continue3.cout 135 B

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