for_break_continue2.cout 125 B

123456789101112131415
  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(14)
  13. push i
  14. use print(1)
  15. goto(6)