Problem bananasmoothie
User kuyaimutz
Submission Time 2025-06-19 16:46:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:13:10: error: ‘arr’ was not declared in this scope
13 | sort(arr, arr + n, greater,long long.());
| ^~~
bananasmoothie.cpp:13:31: error: missing template arguments before ‘,’ token
13 | sort(arr, arr + n, greater,long long.());
| ^
bananasmoothie.cpp:13:32: error: expected primary-expression before ‘long’
13 | sort(arr, arr + n, greater,long long.());
| ^~~~
bananasmoothie.cpp:20:22: error: expected ‘;’ before ‘}’ token
20 | sum += q[k=1 +i*k]
| ^
| ;
21 | }
| ~