QOJ.ac

QOJ

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

详细

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