QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#685657#9530. A Game On Treeucup-team4633Compile Error//C++238.5kb2024-10-28 20:39:402024-10-28 20:39:41

詳細信息

answer.code: In lambda function:
answer.code:332:24: error: expected identifier before ‘this’
  332 |         auto dfs = [&](this auto && dfs, int u) ->void {
      |                        ^~~~
answer.code:332:24: error: expected ‘,’ or ‘...’ before ‘this’
answer.code: In lambda function:
answer.code:333:17: error: ‘u’ was not declared in this scope
  333 |             siz[u] += 1;
      |                 ^
answer.code:339:17: error: use of ‘dfs’ before deduction of ‘auto’
  339 |                 dfs(v);
      |                 ^~~