Problem bananasmoothie
User Minxiang
Submission Time 2024-07-11 16:49:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:15:38: error: expected ‘;’ before ‘return’
15 | sort(bryan.rbegin(),bryan.rend())
| ^
| ;
16 |
17 | return 0;
| ~~~~~~