conditions2.cout 246 B

1234567891011121314151617181920
  1. push true
  2. if goto(3, true)
  3. push true
  4. use ||(2)
  5. use print(1)
  6. push false
  7. if goto(8, true)
  8. push true
  9. use ||(2)
  10. use print(1)
  11. push true
  12. if goto(13, true)
  13. push false
  14. use ||(2)
  15. use print(1)
  16. push false
  17. if goto(18, true)
  18. push false
  19. use ||(2)
  20. use print(1)