QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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