QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#553382#9241. SphinxNaitoah#Compile Error//C++202.7kb2024-09-08 12:36:382024-09-08 12:36:39

详细

answer.code: In function ‘std::vector<int> solve()’:
answer.code:108:34: error: ‘N’ was not declared in this scope
  108 |                         bool tag[N] {};
      |                                  ^
answer.code:111:73: error: ‘tag’ was not declared in this scope; did you mean ‘tan’?
  111 |                                 for (int v : g[u]) if (col[v] == -1 && !tag[v])
      |                                                                         ^~~
      |                                                                         tan