Problem | lunchbox |
---|---|
User | havinaaaaash |
Submission Time | 2024-06-04 01:35:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int count(int, int, int)’:
lunchbox.cpp:21:9: error: expected ‘;’ before ‘}’ token
21 | c += 1
| ^
| ;
22 | }
| ~
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:36:19: error: ‘count’ cannot be used as a function
36 | count(m, n, count);
| ^
lunchbox.cpp:37:10: error: ‘c’ was not declared in this scope
37 | cout << c;
| ^