QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]