| Problem | eating |
|---|---|
| User | seeyoulater |
| Submission Time | 2026-04-18 11:51:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eating.cpp: In function ‘int main()’:
eating.cpp:7:10: error: ‘boot’ was not declared in this scope; did you mean ‘bool’?
7 | map<int,boot>m;
| ^~~~
| bool
eating.cpp:7:14: error: template argument 2 is invalid
7 | map<int,boot>m;
| ^
eating.cpp:7:14: error: template argument 4 is invalid
eating.cpp:11:9: error: invalid types ‘int[int]’ for array subscript
11 | if(n[b])cout<<"NO\n";
| ^
eating.cpp:12:22: error: expected ‘;’ before ‘:’ token
12 | else cout <<"YES\n":
| ^
| ;