Bitwise Formula
778B1800· expert3s512 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
3 3a := 101b := 011c := ? XOR b
Output
011100
Sample 2of 2
Input
5 1a := 1bb := 0cx := ? OR ad := ? XOR ?e := d AND bb
Output
00
58%
778B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…