Problem | descsort |
---|---|
User | itchydeez |
Submission Time | 2023-11-10 23:33:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:9:9: error: request for member ‘push_back’ in ‘array’, which is of non-class type ‘int [a]’
9 | array.push_back(b);
| ^~~~~~~~~
descsort.cpp:11:18: error: expected ‘)’ before ‘b’
11 | sort(array,array b);
| ~ ^~
| )