QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#555645 | #9237. Message | gg_gong | Compile Error | / | / | C++20 | 3.0kb | 2024-09-10 07:23:41 | 2024-09-10 07:23:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::vector<int> dfs(int)’: answer.code:84:22: error: ‘val’ was not declared in this scope 84 | for(int uu=u;val[uu]<2;uu=nxt[uu]){ | ^~~ answer.code:84:35: error: ‘nxt’ was not declared in this scope 84 | for(int uu=u;val[uu]<2;uu=nxt[uu]){ | ^~~