QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#357899 | #4317. 拯救还是毁灭 | Alston_Wan | Compile Error | / | / | C++14 | 1.6kb | 2024-03-19 14:44:25 | 2024-03-19 14:44:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void Work()’: answer.code:53:30: error: ‘cnt’ was not declared in this scope; did you mean ‘int’? 53 | if (!cnt[j]) q.push (j); | ^~~ | int answer.code:70:19: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 70 | for (auto [p0,p1]: ans) | ^