QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#145868#3899. BSUIR Open XHuangHanShengCompile Error//C++17490b2023-08-22 14:46:032023-08-22 14:46:04

详细

answer.code: In function ‘int main()’:
answer.code:18:17: error: ‘arr’ was not declared in this scope
   18 |                 arr[i]++;
      |                 ^~~
answer.code:20:17: error: ‘brr’ was not declared in this scope
   20 |                 brr[len - i - 1]++;
      |                 ^~~
answer.code:23:27: error: ‘arr’ was not declared in this scope
   23 |                 count += (arr[i] * brr[10 - i]);
      |                           ^~~
answer.code:23:36: error: ‘brr’ was not declared in this scope
   23 |                 count += (arr[i] * brr[10 - i]);
      |                                    ^~~