while_break_continue3.cout 136 B

12345678910111213141516
  1. push a
  2. push 0
  3. use =(2)
  4. push true
  5. while(15)
  6. push a
  7. use print(1)
  8. push a
  9. use p++(1)
  10. push a
  11. push 3
  12. use ==(2)
  13. if(13)
  14. break(15)
  15. endif
  16. goto(2)