QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#215087#7558. Abstractucup-team588Compile Error//C++142.3kb2023-10-15 03:04:052023-10-15 03:04:06

详细

answer.code:39:3: error: ‘optional’ does not name a type
   39 |   optional<vector<int>> toposort() {
      |   ^~~~~~~~
answer.code: In member function ‘std::vector<std::vector<unsigned int> > graph::solve()’:
answer.code:60:17: error: ‘toposort’ was not declared in this scope
   60 |     auto ord = *toposort();
      |                 ^~~~~~~~