QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#215087 | #7558. Abstract | ucup-team588 | Compile Error | / | / | C++14 | 2.3kb | 2023-10-15 03:04:05 | 2023-10-15 03:04:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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(); | ^~~~~~~~