| Problem | lunchbox |
|---|---|
| User | claireau |
| Submission Time | 2023-11-09 10:23:47 |
| 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 ‘arr’
9 | cin arr[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;){
| ^
| ;