QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#176688#7104. Halting Problemucup-team1836Compile Error//C++141.3kb2023-09-11 21:31:412023-09-11 21:31:42

詳細信息

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