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