for_break_continue8.cout 287 B

12345678910111213141516171819202122232425262728293031323334
  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(33)
  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(30)
  23. push i
  24. push 6
  25. use ==(2)
  26. if(26)
  27. continue(17)
  28. endif
  29. push j
  30. use print(1)
  31. goto(17)
  32. push i
  33. use print(1)
  34. goto(6)