QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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]) { | ^~~