QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#228987 | #6515. Path Planning | ucup-team960# | Compile Error | / | / | C++14 | 1.2kb | 2023-10-28 14:43:52 | 2023-10-28 14:43:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void sol()’: answer.code:20:12: error: missing template arguments before ‘bit’ 20 | vector bit(n + 1, vector<ll>(m + 1)); | ^~~ answer.code: In lambda function: answer.code:24:33: error: ‘bit’ was not declared in this scope 24 | bit[i][j] += d; | ^~~ answer.code: In lambda function: answer.code:32:40: error: ‘bit’ was not declared in this scope 32 | ret += bit[i][j]; | ^~~