Problem bubblesort
User PlayVoltz
Submission Time 2023-12-29 00:34:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bubblesort.cpp: In function ‘int32_t main()’:
bubblesort.cpp:57:2: error: ‘erase’ was not declared in this scope
57 | erase(unique(disc.begin(), disc.end()), disc.end());
| ^~~~~