QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#520202 | #4511. Wonderland Chase | egypt_ioi2024_10 | Compile Error | / | / | C++14 | 2.2kb | 2024-08-15 11:35:19 | 2024-08-15 11:35:19 |
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:23:16: error: missing template arguments before ‘gud’ 23 | vector gud(j, true); | ^~~ answer.code:25:44: error: ‘gud’ was not declared in this scope 25 | if (degree[i] <= 1) Q.push(i), gud[i] = false; | ^~~ answer.code:32:54: error: ‘gud’ was not declared in this scope 32 | if (degree[v] == 1 || (!degree[v] && gud[v])) Q.push(v), gud[v] = false; | ^~~ answer.code:64:17: error: ‘gud’ was not declared in this scope 64 | if (gud[i] && dist_a[i] < dist_q[i]) { | ^~~