Problem | lunchbox |
---|---|
User | claireau |
Submission Time | 2023-11-09 10:23:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:4: error: expected ‘;’ before ‘array’
9 | cin array[m];
| ^~~~~~
| ;
lunchbox.cpp:10:11: error: expected primary-expression before ‘)’ token
10 | for (m<=N;){
| ^
lunchbox.cpp:10:11: error: expected ‘;’ before ‘)’ token
10 | for (m<=N;){
| ^
| ;