Problem bananasmoothie
User ilovepythonandhatecplusplus
Submission Time 2024-04-17 16:49:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:12:6: error: ‘arr’ was not declared in this scope
12 | sort(arr, arr + n, greater<int>());
| ^~~