QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#145868 | #3899. BSUIR Open X | HuangHanSheng | Compile Error | / | / | C++17 | 490b | 2023-08-22 14:46:03 | 2023-08-22 14:46:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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]); | ^~~