QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#99815 | #6354. 4 | LoverInTime | Compile Error | / | / | C++14 | 1.7kb | 2023-04-23 19:50:13 | 2023-04-23 19:50:17 |
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:58:31: error: ‘u’ was not declared in this scope 58 | for(int v:adj[u]) init[v]=0; | ^