Problem | bananasmoothie |
---|---|
User | jerriel |
Submission Time | 2025-04-23 17:03:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:9:17: error: ‘m’ was not declared in this scope
9 | for (ll i=0; i<m; i++){
| ^
bananasmoothie.cpp:12:3: error: ‘answer’ was not declared in this scope
12 | answer[i] = temp;
| ^~~~~~
bananasmoothie.cpp:14:7: error: ‘answer’ was not declared in this scope
14 | sort(answer, answer+n, greater<>());
| ^~~~~~