| Problem | lunchbox |
|---|---|
| User | Ronaldo7 |
| Submission Time | 2026-06-25 22:56:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:3:2: error: invalid preprocessing directive #def; did you mean #ifdef?
3 | #def int long long
| ^~~
| ifdef
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:17: error: expected ‘;’ before ‘<’ token
9 | for(int i = 0,i<M,i++){
| ^
| ;
lunchbox.cpp:9:17: error: expected primary-expression before ‘<’ token
lunchbox.cpp:9:23: error: expected ‘;’ before ‘)’ token
9 | for(int i = 0,i<M,i++){
| ^
| ;
lunchbox.cpp:15:18: error: expected ‘;’ before ‘<’ token
15 | for(int i = 0,i<M,i++){
| ^
| ;
lunchbox.cpp:15:18: error: expected primary-expression before ‘<’ token
lunchbox.cpp:15:24: error: expected ‘;’ before ‘)’ token
15 | for(int i = 0,i<M,i++){
| ^
|