Problem | descsort |
---|---|
User | Justyn |
Submission Time | 2024-06-19 10:02:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:8:6: error: expected ‘;’ before ‘arr’
8 | cin arr[i]
| ^~~~
| ;
descsort.cpp:10:25: error: no match for call to ‘(std::vector<int>) (<unresolved overloaded function type>)’
10 | sort(arr.begin, arr(end));
| ^