QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#535496#3321. Sixth Senseoh_my_shyCompile Error//C++145.0kb2024-08-28 07:48:352024-08-28 07:48:35

详细

answer.code: In function ‘int main()’:
answer.code:135:19: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
  135 |         int pos = cnt + 1;
      |                   ^~~
      |                   int