QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#206585#7338. Education NightmareZhaoZiLongCompile Error//C++202.3kb2023-10-07 21:26:462023-10-07 21:26:47

Details

answer.code: In lambda function:
answer.code:27:22: error: ‘m_path’ was not declared in this scope; did you mean ‘on_path’?
   27 |             if (y) { m_path[v] = true; }
      |                      ^~~~~~
      |                      on_path
answer.code: In function ‘int main()’:
answer.code:64:17: error: could not convert ‘m_sup’ from ‘std::vector<bool>’ to ‘bool’
   64 |             if (m_sup) { break; }
      |                 ^~~~~
      |                 |
      |                 std::vector<bool>