QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#862563#9980. Boolean Function Reconstructionucup-team6072#Compile Error//C++232.2kb2025-01-19 03:19:252025-01-19 03:19:26

详细

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]