|              |           
\ \  \ / _ \  _ \  _` | _ \  -_)  _| | /  -_)  _|
 \_/\_/\___/\___/\__,_|.__/\___|\__|_\_\\___|_|  
                       _|                        

(archived) Judge

Log In
Back to All Tasks

Task 0: 1 bit xor

22 submissions | 9/9 users solved | Full Leaderboard

Create a woodpecker script that takes 1-bit a and 1-bit b and calculates the XOR a^b.

a | b | output
--------------
0 | 0 | 0
1 | 0 | 1
0 | 1 | 1
1 | 1 | 0
Solve Time
Your Verdict
Unsolved
First Blood
On 26 Dec 22, 07:37 (GMT+0) by AdibSurani
Runtime
Your Solution
Unsolved
Current Record
12 instructions by AdibSurani
Memory
Your Solution
Unsolved
Current Record
3 bits by AdibSurani

Submit new Solution

Log In to Submit