Problem | snack |
---|---|
User | Hengweezy |
Submission Time | 2024-02-11 20:42:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snack.cpp: In function ‘int main()’:
snack.cpp:28:15: error: expected ‘,’ before ‘;’ token
28 | currmax = 0;
| ^
| ,
snack.cpp:28:15: error: expected identifier before ‘;’ token
snack.cpp:28:15: error: expected ‘]’ before ‘;’ token
28 | currmax = 0;
| ^
| ]
snack.cpp: In lambda function:
snack.cpp:28:15: error: expected ‘{’ before ‘;’ token
snack.cpp: At global scope:
snack.cpp:33:2: error: ‘cout’ does not name a type
33 | cout << max;
| ^~~~
snack.cpp:34:1: error: expected declaration before ‘}’ token
34 | }
| ^