QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#878569 | #9696. Analysis | ucup-team5279# | Compile Error | / | / | C++23 | 12.0kb | 2025-02-01 16:04:12 | 2025-02-01 16:04:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::vector<std::pair<int, int> > RNG::rndtree(int)’: answer.code:132:5: error: ‘atcoder’ has not been declared 132 | atcoder::dsu uf(n); | ^~~~~~~ answer.code:133:12: error: ‘uf’ was not declared in this scope 133 | while (uf.size(0) != n) { | ^~ answer.code: In function ‘std::vector<std::pair<int, int> > RNG::rndgraph_connected(int)’: answer.code:165:5: error: ‘atcoder’ has not been declared 165 | atcoder::dsu uf(n); | ^~~~~~~ answer.code:166:12: error: ‘uf’ was not declared in this scope 166 | while (uf.size(0) != n) { | ^~