QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#862563 | #9980. Boolean Function Reconstruction | ucup-team6072# | Compile Error | / | / | C++23 | 2.2kb | 2025-01-19 03:19:25 | 2025-01-19 03:19:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘std::string sl(int, const std::vector<int>&)’: answer.code:34:31: error: invalid operands of types ‘const char*’ and ‘const char [2]’ to binary ‘operator+’ 34 | r2 = "(" + alp[n] + "&" + r2 + ")"; | ^ ~~~ | | | const char [2]