Problem sort
User Slayer555
Submission Time 2023-12-21 14:23:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp:17:2: error: stray ‘\343’ in program
17 | 」
| ^
sort.cpp:17:3: error: stray ‘\200’ in program
17 | 」
| ^
sort.cpp:17:4: error: stray ‘\215’ in program
17 | 」
| ^
sort.cpp: In function ‘int main()’:
sort.cpp:13:33: error: invalid operands of types ‘int’ and ‘<unresolved overloaded function type>’ to binary ‘operator+’
13 | std::sort(sort[i], sort[i] + size, std::greater<int>());
| ~~~~~~~~^~~~~~
sort.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
sort.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^