QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#436287#8795. Mysterious Sequenceucup-team3585#Compile Error//C++17931b2024-06-08 23:53:552024-06-08 23:53:56

詳細信息

answer.code: In function ‘void solve()’:
answer.code:17:16: error: expected ‘;’ before ‘x’
   17 |     x[1] = x1;4
      |                ^
      |                ;
   18 |     x[n] = xn;
      |     ~