QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#863888#9980. Boolean Function Reconstructionucup-team253#WA 0ms3840kbC++233.2kb2025-01-20 01:04:522025-01-20 01:04:54

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

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

result:

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