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