QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#866638#9980. Boolean Function Reconstructionucup-team3479#WA 0ms3712kbC++206.4kb2025-01-22 16:46:222025-01-22 16:46:23

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:

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

result:

wrong answer Token parameter [name=yesorno] equals to "(b&a)", doesn't correspond to pattern "Yes|No" (test case 1)