Problem bananasmoothie
User vs358
Submission Time 2024-11-14 11:44:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:20:10: error: ‘a’ was not declared in this scope
20 | sort(a.begin(), a.end(), greater<int>());
| ^