QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#855661#9980. Boolean Function Reconstructionucup-team1878#WA 0ms3796kbC++142.0kb2025-01-13 06:38:432025-01-13 06:38:44

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

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

result:

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