QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#472933 | #4925. Adjacent Pairs | ZhangYiDe | Compile Error | / | / | C++20 | 868b | 2024-07-11 20:27:18 | 2024-07-11 20:27:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:15:51: error: ‘c2’ was not declared in this scope 15 | sort(id+1,id+1+n,[&](int x, int y){return c2[x] >c2[y];}); | ^~