QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#861836 | #9980. Boolean Function Reconstruction | ucup-team4125# | WA | 1ms | 3584kb | C++26 | 6.8kb | 2025-01-18 20:09:39 | 2025-01-18 20:09:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3584kb
input:
7 2 0001 2 0111 2 1111 3 00010111 1 10 2 0101 5 00000000000000000000000000000001
output:
Yes (a&b) Yes ((a|b)|(a&b)) T Yes ((((a&b)|(a&c))|(b&c))|((a&b)&c)) No Yes (a|(a&b)) 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)