QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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’)