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

(archived) Judge

Log In
Back to All Tasks

Task 1: 1 bit half adder

7 submissions | 5/5 users solved | Full Leaderboard

Create a woodpecker script that takes 1-bit a and 1-bit b and does 1 bit addition with carry.

a | b | output
--------------
0 | 0 | 00
1 | 0 | 10
0 | 1 | 10
1 | 1 | 01
Solve Time
Your Verdict
Unsolved
First Blood
On 26 Dec 22, 07:46 (GMT+0) by AdibSurani
Runtime
Your Solution
Unsolved
Current Record
13 instructions by AdibSurani
Memory
Your Solution
Unsolved
Current Record
4 bits by AdibSurani

Submit new Solution

Log In to Submit