Problem lunchbox
User shawn
Submission Time 2024-04-05 22:30:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:2: error: ‘let’ was not declared in this scope
9 | let c = 0;
| ^~~
lunchbox.cpp:13:6: error: expected ‘(’ before ‘nl’
13 | if nl - i > 0{
| ^~
| (
lunchbox.cpp:16:5: error: ‘else’ without a previous ‘if’
16 | } else{
| ^~~~
lunchbox.cpp:20:10: error: ‘c’ was not declared in this scope
20 | cout << c;
| ^