cf/mirror

Bitwise Formula

CF
778B1800· expert3s512 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
3 3
a := 101
b := 011
c := ? XOR b
Output
011
100
Sample 2of 2
Input
5 1
a := 1
bb := 0
cx := ? OR a
d := ? XOR ?
e := d AND bb
Output
0
0
778B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…