| Problem | lunchbox |
|---|---|
| User | wahjsodhowasd |
| Submission Time | 2026-02-11 11:57:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:12: error: expected ‘;’ before ‘)’ token
14 | for (N>v[0]){
| ^
| ;
lunchbox.cpp:18:9: error: expected primary-expression before ‘}’ token
18 | cout<<A;}
| ^
lunchbox.cpp:18:9: error: expected ‘)’ before ‘}’ token
18 | cout<<A;}
| ^
| )
lunchbox.cpp:14:5: note: to match this ‘(’
14 | for (N>v[0]){
| ^
lunchbox.cpp:18:9: error: expected primary-expression before ‘}’ token
18 | cout<<A;}
| ^