QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#150763 | #5437. Graph Completing | asdf1234coding | Compile Error | / | / | C++14 | 3.7kb | 2023-08-26 08:38:04 | 2023-08-26 08:38:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void dfs(long long int, long long int)’: answer.code:89:27: error: ‘z’ was not declared in this scope 89 | tdp[cur][i]=0;z | ^