ascii
1: 00110001
4: 00110100
make it so only these two statements set it off
c0 c1 1:1 0 4:0 1
xor ? c0 c2..
00 01 10 11 →>> 0 1 1 0
ab + ab
a`b + ab` =>> ( (a + b` ) (a` + b) )`
ascii
1: 00110001
4: 00110100
make it so only these two statements set it off
c0 c1 1:1 0 4:0 1
xor ? c0 c2..
00 01 10 11 →>> 0 1 1 0
ab + ab
a`b + ab` =>> ( (a + b` ) (a` + b) )`