Problem | arrayproblem |
---|---|
User | Kiameimon |
Submission Time | 2024-03-14 11:46:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
arrayproblem.cpp: In function ‘int main()’:
arrayproblem.cpp:21:33: error: expected ‘)’ before ‘;’ token
21 | sort(arr, arr+n, greater<int>();
| ~ ^
| )