Problem | lunchbox |
---|---|
User | christal |
Submission Time | 2023-12-16 16:37:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:8:6: error: ‘i’ was not declared in this scope
8 | for(i=0; i<m_schools; i++){
| ^
lunchbox.cpp:12:6: error: ‘i’ was not declared in this scope
12 | for(i=0; i<m_schools; i++){
| ^
lunchbox.cpp:13:6: error: ‘N’ was not declared in this scope
13 | if(N<k){
| ^
lunchbox.cpp:16:3: error: ‘N’ was not declared in this scope
16 | N-=k[i];
| ^