QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#571639 | #6385. Swords | kheiramihoub | Compile Error | / | / | C++14 | 794b | 2024-09-18 01:58:59 | 2024-09-18 01:58:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:14:17: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘rebegin’; did you mean ‘rbegin’? 14 | sort(syoufa.rebegin() , syoufa.rend() , [](pair<int,int> a , pair<int,int> b ) ) { | ^~~~~~~ | rbegin answer.code: In lambda function: answer.code:14:84: error: expected ‘{’ before ‘)’ token 14 | sort(syoufa.rebegin() , syoufa.rend() , [](pair<int,int> a , pair<int,int> b ) ) { | ^