Problem collectmushrooms2
User helloworld
Submission Time 2024-07-08 09:48:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

collectmushrooms2.cpp: In function ‘int main()’:
collectmushrooms2.cpp:15:19: error: invalid types ‘long long int[long long int]’ for array subscript
15 | if(b[j]) continue;
| ^
collectmushrooms2.cpp:21:27: error: invalid types ‘long long int[long long int]’ for array subscript
21 | if(ind > -1) b[ind] = 1;
| ^