Problem bananasmoothie
User Astronite
Submission Time 2025-02-17 17:38:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function β€˜int main()’:
bananasmoothie.cpp:12:36: error: expected primary-expression before β€˜)’ token
12 | sort(arr, arr + n, greater<int>);
| ^