QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#334527#7615. Sequence Foldingalch07Compile Error//C++201.2kb2024-02-22 02:30:382024-02-22 02:30:38

详细

answer.code: In function ‘int main()’:
answer.code:46:21: error: ‘pos’ was not declared in this scope; did you mean ‘ops’?
   46 |             cout << pos << endl;
      |                     ^~~
      |                     ops