QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#176688 | #7104. Halting Problem | ucup-team1836 | Compile Error | / | / | C++14 | 1.3kb | 2023-09-11 21:31:41 | 2023-09-11 21:31:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:13:12: error: missing template arguments before ‘st’ 13 | vector st(n+2,vector<bool>(256)); | ^~ answer.code:15:13: error: ‘st’ was not declared in this scope; did you mean ‘std’? 15 | while (!st[cur][nums] && cur <= n) { | ^~ | std