QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#181588 | #5251. Constellations | ucup-team1426# | Compile Error | / | / | C++20 | 5.2kb | 2023-09-16 21:05:58 | 2023-09-16 21:05:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:153:47: error: expected ‘{’ before ‘[’ token 153 | if (inv_ind[j] < inv_ind[k] && [j][k].top >= 0) mins.erase({a[j][k], inv_ind[j], inv_ind[k]}); | ^ answer.code: In function ‘void solve()’: answer.code:153:47: error: no match for ‘operator[]’ (operand types are ‘solve()::<lambda()>’ and ‘int’)