Problem bananasmoothie
User ky
Submission Time 2023-09-16 02:11:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp:27:20: error: missing terminating " character
27 | cout << sum << "\n;
| ^~~~
bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:28:5: error: expected primary-expression before ‘return’
28 | return 0;
| ^~~~~~