Problem | bananasmoothie |
---|---|
User | jerrielchangjiebin |
Submission Time | 2024-12-28 11:36:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bananasmoothie.cpp:8:7: error: missing terminating " character
8 | """
| ^
bananasmoothie.cpp:18:7: error: missing terminating " character
18 | """
| ^
bananasmoothie.cpp: In function ‘int max_smoothie_quality(int, int, std::vector<int>&)’:
bananasmoothie.cpp:8:7: error: expected ‘;’ before ‘Calculates’
8 | """
| ^
| ;
9 | Calculates the maximum sum of smoothie qualities.
| ~~~~~~~~~~