QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]; | ~