QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#386132#6396. Puzzle: KusabiZhangYiDeCompile Error//C++202.6kb2024-04-11 12:42:272024-04-11 12:42:28

詳細信息

answer.code: In lambda function:
answer.code:33:17: error: ‘a’ was not declared in this scope
   33 |                 a[i] = b[p->second] = true;
      |                 ^
answer.code:33:24: error: ‘b’ was not declared in this scope
   33 |                 a[i] = b[p->second] = true;
      |                        ^