Problem bananasmoothie
User YunQingOng
Submission Time 2026-06-23 16:35:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:5:5: error: expected initializer before ‘cin’
5 | cin >> A>>B;
| ^~~
bananasmoothie.cpp:11:19: error: expected ‘;’ before ‘cout’
11 | cout<< vec1[2]
| ^
| ;
12 |
13 | cout << "\n";
| ~~~~