QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#861542 | #9980. Boolean Function Reconstruction | ucup-team3607# | WA | 0ms | 2048kb | Rust | 4.1kb | 2025-01-18 17:58:56 | 2025-01-18 17:59:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 2048kb
input:
7 2 0001 2 0111 2 1111 3 00010111 1 10 2 0101 5 00000000000000000000000000000001
output:
Yes b&(a) Yes (a)|(b) Yes T Yes (b&(a))|(c&((a)|(b))) No Yes a Yes e&(d&(c&(b&(a))))
result:
wrong answer invalid expressions 9 (test case 1)