QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#195376#7512. Almost Prefix Concatenationucup-team1682#Compile Error//C++203.8kb2023-10-01 03:59:432023-10-01 03:59:43

详细

answer.code: In lambda function:
answer.code:133:9: error: ‘c’ was not declared in this scope
  133 |         c//out<<i<<" "<<lo<<endl;
      |         ^
answer.code:135:5: warning: no return statement in function returning non-void [-Wreturn-type]
  135 |     };
      |     ^