QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#472742#2173. What's Our Vector, Victor?ZhaoZiLongCompile Error//C++202.3kb2024-07-11 18:57:172024-07-11 18:57:17

詳細信息

answer.code: In function ‘int main()’:
answer.code:81:38: error: expected ‘;’ before ‘b’
   81 |                 for(int j=0;j<d;++j)5
      |                                      ^
      |                                      ;
   82 |                         b[id]-=A[j][id+top]*a[j];
      |                         ~