| Problem | eating |
|---|---|
| User | xd490 |
| Submission Time | 2026-04-26 14:07:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eating.cpp: In function ‘int main()’:
eating.cpp:18:14: error: ‘p’ was not declared in this scope
18 | if(M[p][b]);{cout<<"NO"<<"\n";
| ^
eating.cpp:21:5: error: ‘else’ without a previous ‘if’
21 | else {cout<<"YES"<<"\n";
| ^~~~
eating.cpp:22:5: error: ‘m’ was not declared in this scope
22 | m[p][b]=1;
| ^
eating.cpp:22:7: error: ‘p’ was not declared in this scope
22 | m[p][b]=1;
| ^