Problem swords
User placeholder
Submission Time 2025-11-13 18:17:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:15:7: error: ‘sort’ is not a member of ‘std’
15 | std::sort(swordThings.begin(), swordThings.end(), [](const std::pair<int, int>& a, const std::pair<int, int>& b) {return a.first > b.first;});
| ^~~~