Problem | lunchbox |
---|---|
User | Yannwen09 |
Submission Time | 2023-11-09 10:24:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:4: error: expected ‘,’ or ‘;’ before ‘for’
7 | for (int k = 0; k < m && sum <= N; k++) {
| ^~~
lunchbox.cpp:7:20: error: ‘k’ was not declared in this scope
7 | for (int k = 0; k < m && sum <= N; k++) {
| ^
lunchbox.cpp:7:24: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
7 | for (int k = 0; k < m && sum <= N; k++) {
| ^
| tm
lunchbox.cpp:7:36: error: ‘N’ was not declared in this scope
7 | for (int k = 0; k < m && sum <= N; k++) {
| ^