for_break_continue7.cout 247 B

1234567891011121314151617181920212223242526272829
  1. push i
  2. push 5
  3. use =(2)
  4. push i
  5. push 7
  6. use <=(2)
  7. goto(9)
  8. push i
  9. use p++(1)
  10. goto(2)
  11. for(28)
  12. push j
  13. push 0
  14. use =(2)
  15. push j
  16. push 5
  17. use <=(2)
  18. goto(20)
  19. push j
  20. use p++(1)
  21. goto(13)
  22. for(25)
  23. break(25)
  24. push j
  25. use print(1)
  26. goto(17)
  27. push i
  28. use print(1)
  29. goto(6)