QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#861335#9980. Boolean Function Reconstructionucup-team4728#WA 0ms3712kbC++232.8kb2025-01-18 17:00:152025-01-18 17:00:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3712kb

input:

7
2
0001
2
0111
2
1111
3
00010111
1
10
2
0101
5
00000000000000000000000000000001

output:

Yes
(b&a)
Yes
(b|a)
Yes
T
Yes
(((c&b)|(c&a))|(b&a))
No
Yes
b
Yes
((((e&d)&c)&b)&a)

result:

wrong answer 1-th bit is incorrect (test case 6)