| Problem | lunchbox |
|---|---|
| User | dgsp08 |
| Submission Time | 2024-02-17 17:28:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:25:20: error: expected ‘;’ before ‘<’ token
25 | for (int i = 0, i < m, i++){
| ^~
| ;
lunchbox.cpp:25:21: error: expected primary-expression before ‘<’ token
25 | for (int i = 0, i < m, i++){
| ^
lunchbox.cpp:25:29: error: expected ‘;’ before ‘)’ token
25 | for (int i = 0, i < m, i++){
| ^
| ;
lunchbox.cpp:34:1: error: expected ‘}’ at end of input
34 | }
| ^
lunchbox.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^