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