| Problem | lunchbox |
|---|---|
| User | Elwinthenerd |
| Submission Time | 2024-03-31 17:27:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:17: error: expected ‘;’ before ‘<=’ token
15 | for (int x=0, x<=N, ++x) {
| ^~
| ;
lunchbox.cpp:15:17: error: expected primary-expression before ‘<=’ token
15 | for (int x=0, x<=N, ++x) {
| ^~
lunchbox.cpp:15:25: error: expected ‘;’ before ‘)’ token
15 | for (int x=0, x<=N, ++x) {
| ^
| ;