Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "1, not[rest](0+1+, +not+and+or)*" -> "0[rest]"
- "0, not[rest](0+1+, +not+and+or)*" -> "1[rest]"
- "1, 1, and[rest](0+1+, +not+and+or)*" -> "1[rest]"
- "(0+1), (0+1), and[rest](0+1+, +not+and+or)*" -> "0[rest]"
- "0, 0, or[rest](0+1+, +not+and+or)*" -> "0[rest]"
- "(0+1), (0+1), or[rest](0+1+, +not+and+or)*" -> "1[rest]"
- "1, not, 0, and, 1, or, not"
Advertisement
Add Comment
Please, Sign In to add comment