QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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