Problem | collectmushrooms |
---|---|
User | YellowPurpleDragon |
Submission Time | 2025-01-05 16:40:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
collectmushrooms.cpp: In function ‘int main()’:
collectmushrooms.cpp:21:24: error: invalid types ‘ll {aka long long int}[ll {aka long long int}]’ for array subscript
21 | if (s < c[i] && d[i] == 0) {
| ^
collectmushrooms.cpp:26:7: error: invalid types ‘ll {aka long long int}[ll {aka long long int}]’ for array subscript
26 | d[i] = true;
| ^