Problem swapsort
User PlayVoltz
Submission Time 2023-08-30 12:51:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapsort.cpp: In function ‘int main()’:
swapsort.cpp:39:8: error: ‘class std::deque<std::pair<int, int> >’ has no member named ‘push’
39 | deq.push(make_pair(a, b));
| ^~~~