Problem snack
User helloworld
Submission Time 2024-02-22 11:06:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snack.cpp: In function ‘int main()’:
snack.cpp:22:4: error: expected initializer before ‘if’
22 | if(a[i] != 'M') {
| ^~
snack.cpp:25:4: error: ‘else’ without a previous ‘if’
25 | else {
| ^~~~
snack.cpp:26:5: error: ‘x’ was not declared in this scope
26 | x = -2;
| ^
snack.cpp:28:16: error: ‘x’ was not declared in this scope
28 | s = max(s + x, x);
| ^