for_break_continue5.cout 173 B

123456789101112131415161718192021
  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(20)
  13. push i
  14. use print(1)
  15. push i
  16. push 11
  17. use ==(2)
  18. if(18)
  19. break(20)
  20. endif
  21. goto(6)