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