QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#472742 | #2173. What's Our Vector, Victor? | ZhaoZiLong | Compile Error | / | / | C++20 | 2.3kb | 2024-07-11 18:57:17 | 2024-07-11 18:57:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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]; | ~