Problem | adjacentswaps |
---|---|
User | Henries |
Submission Time | 2024-10-22 10:26:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjacentswaps.cpp:3:44: error: expected unqualified-id before ‘>’ token
3 | pair<vector<long long,long long>, long long>> bubbleSort(vector<long long>& v) {
| ^~
adjacentswaps.cpp: In function ‘void solve(std::vector<long long int>)’:
adjacentswaps.cpp:26:16: error: ‘bubbleSort’ was not declared in this scope
26 | auto result = bubbleSort(v);
| ^~~~~~~~~~