QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#677387 | #9528. New Energy Vehicle | ucup-team5279# | Compile Error | / | / | C++20 | 12.8kb | 2024-10-26 11:44:22 | 2024-10-26 11:44:22 |
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:126:5: error: ‘atcoder’ has not been declared 126 | atcoder::dsu uf(n); | ^~~~~~~ answer.code:127:12: error: ‘uf’ was not declared in this scope 127 | while (uf.size(0) != n) { | ^~ answer.code: In function ‘std::vector<std::pair<int, int> > RNG::rndgraph_connected(int)’: answer.code:159:5: error: ‘atcoder’ has not been declared 159 | atcoder::dsu uf(n); | ^~~~~~~ answer.code:160:12: error: ‘uf’ was not declared in this scope 160 | while (uf.size(0) != n) { | ^~