Problem swapsort
User PlayVoltz
Submission Time 2023-08-30 10:19:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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