while_break_continue9.cout 199 B

123456789101112131415161718192021222324
  1. push x
  2. push 0
  3. use =(2)
  4. push x
  5. push 10
  6. use <(2)
  7. while(23)
  8. push x
  9. use p++(1)
  10. push x
  11. push 2
  12. use ==(2)
  13. if(13)
  14. continue(2)
  15. endif
  16. push x
  17. push 5
  18. use ==(2)
  19. if(19)
  20. break(23)
  21. endif
  22. push x
  23. use print(1)
  24. goto(2)