Problem bananasmoothie
User om2024
Submission Time 2024-07-11 15:52:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:9:17: error: expected ‘;’ before ‘cin’
9 | lengthArray+=1
| ^
| ;
10 | cin >> q[i];
| ~~~