Problem | platonic2 |
---|---|
User | Red123 |
Submission Time | 2025-07-30 15:44:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic2.cpp: In function ‘int main()’:
platonic2.cpp:12:6: error: expected ‘;’ before ‘arr’
12 | sort arr(arr+0, arr+n);
| ^~~~
| ;
platonic2.cpp:12:24: error: statement cannot resolve address of overloaded function
12 | sort arr(arr+0, arr+n);
| ^