Problem | eating |
---|---|
User | P55D2K |
Submission Time | 2023-04-20 17:10:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eating.cpp: In function ‘int main()’:
eating.cpp:20:36: error: invalid types ‘bool [1000005][1000005][long double]’ for array subscript
20 | if (person_brand[tmp_person][tmp_brand]) {
| ^
eating.cpp:23:36: error: invalid types ‘bool [1000005][1000005][long double]’ for array subscript
23 | person_brand[tmp_person][tmp_brand] = true;
| ^