if3.cout 289 B

1234567891011121314151617181920212223242526272829303132333435
  1. push 1
  2. push 3
  3. use <(2)
  4. if(5)
  5. push "a"
  6. use print(1)
  7. endif
  8. push 2
  9. push 3
  10. use <(2)
  11. if(12)
  12. push "b"
  13. use print(1)
  14. endif
  15. push 3
  16. push 3
  17. use <(2)
  18. if(19)
  19. push "c"
  20. use print(1)
  21. endif
  22. push 4
  23. push 3
  24. use <(2)
  25. if(26)
  26. push "d"
  27. use print(1)
  28. endif
  29. push 5
  30. push 3
  31. use <(2)
  32. if(33)
  33. push "e"
  34. use print(1)
  35. endif