Problem bananasmoothie
User anna15
Submission Time 2024-05-04 09:34:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp:3:19: error: expected unqualified-id before numeric constant
3 | typedef long long 11;
| ^~
bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:6:28: error: ‘false0’ was not declared in this scope
6 | ios_base::sync_with_stdio(false0;CIN.TIE(0);
| ^~~~~~
bananasmoothie.cpp:6:35: error: ‘CIN’ was not declared in this scope
6 | ios_base::sync_with_stdio(false0;CIN.TIE(0);
| ^~~
bananasmoothie.cpp:15:4: error: expected ‘;’ before ‘ans’
15 | 11 ans = 0;
| ^~~~
| ;
bananasmoothie.cpp:18:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
18 | ans+=arr[i];
| ^~~
| abs
bananasmoothie.cpp:20:8: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
20 | cout<<ans;
| ^~~
| abs