Problem bananasmoothie
User MegaG
Submission Time 2025-11-05 09:48:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:9:10: error: expected ‘;’ before ‘long’
9 | cout.tie
| ^
| ;
bananasmoothie.cpp:9:7: error: statement cannot resolve address of overloaded function
9 | cout.tie
| ~~~~~^~~
bananasmoothie.cpp:13:9: error: ‘n’ was not declared in this scope
13 | cin >> n >> k;
| ^
bananasmoothie.cpp:17:9: error: ‘arr’ was not declared in this scope
17 | cin >> arr[i];
| ^~~
bananasmoothie.cpp:19:7: error: ‘arr’ was not declared in this scope
19 | sort(arr+0, arr+n, greater<int>());
| ^~~