for_break_continue6.cout 237 B

12345678910111213141516171819202122232425262728
  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(27)
  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(24)
  23. push j
  24. use print(1)
  25. goto(17)
  26. push i
  27. use print(1)
  28. goto(6)