QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#243408#3040. ContainerZhaoZiLongCompile Error//C++204.6kb2023-11-08 10:14:252023-11-08 10:14:25

詳細信息

answer.code: In function ‘int main()’:
answer.code:48:5: error: request for member ‘insert’ in ‘a’, which is of non-class type ‘char [510]’
   48 |   a.insert(a.begin(), '\0');
      |     ^~~~~~
answer.code:48:14: error: request for member ‘begin’ in ‘a’, which is of non-class type ‘char [510]’
   48 |   a.insert(a.begin(), '\0');
      |              ^~~~~
answer.code:49:5: error: request for member ‘insert’ in ‘b’, which is of non-class type ‘char [510]’
   49 |   b.insert(b.begin(), '\0');
      |     ^~~~~~
answer.code:49:14: error: request for member ‘begin’ in ‘b’, which is of non-class type ‘char [510]’
   49 |   b.insert(b.begin(), '\0');
      |              ^~~~~