Problem bananasmoothie
User jerriel
Submission Time 2025-04-23 17:02:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:11:10: error: ‘temp’ was not declared in this scope
11 | cin >> temp;
| ^~~~
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<>());
| ^~~~~~