Problem | bananasmoothie |
---|---|
User | boaznumberd5555 |
Submission Time | 2025-03-05 00:07:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:10:33: error: expected ‘;’ before ‘for’
10 | sort(arr,arr+n, greater<int>())
| ^
| ;
11 | for(int i = 0; i<n; i++){
| ~~~
bananasmoothie.cpp:11:17: error: ‘i’ was not declared in this scope
11 | for(int i = 0; i<n; i++){
| ^