QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#774219 | #9783. Duloc Network | ucup-team5279# | Compile Error | / | / | C++20 | 6.3kb | 2024-11-23 12:29:42 | 2024-11-23 12:29:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘std::vector<std::pair<int, int> > RNG::rndtree(int)’: answer.code:129:5: error: ‘atcoder’ has not been declared 129 | atcoder::dsu uf(n); | ^~~~~~~ answer.code:130:12: error: ‘uf’ was not declared in this scope 130 | while (uf.size(0) != n) { | ^~ answer.code: In function ‘std::vector<std::pair<int, int> > RNG::rndgraph_connected(int)’: answer.code:162:5: error: ‘atcoder’ has not been declared 162 | atcoder::dsu uf(n); | ^~~~~~~ answer.code:163:12: error: ‘uf’ was not declared in this scope 163 | while (uf.size(0) != n) { | ^~