QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#827459 | #9904. 最小生成树 | dsost | Compile Error | / | / | C++14 | 1.7kb | 2024-12-22 23:26:12 | 2024-12-22 23:26:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:39:16: error: ‘span’ was not declared in this scope 39 | for (int i : span(p + 3, (n << 1) - 3)) { | ^~~~ answer.code:39:16: note: ‘std::span’ is only available from C++20 onwards