mushrooms.cpp: In function 'int count_mushrooms(int)':
mushrooms.cpp:11:34: error: expected ';' before 'int'
11 | shuffle(a.begin(), a.end(), rng)
| ^
| ;
12 | int ans = 1;
| ~~~
mushrooms.cpp:30:4: error: 'ans' was not declared in this scope; did you mean 'abs'?
30 | ans += k;
| ^~~
| abs
mushrooms.cpp:45:4: error: 'ans' was not declared in this scope; did you mean 'abs'?
45 | ans += k;
| ^~~
| abs
mushrooms.cpp:48:9: error: 'ans' was not declared in this scope; did you mean 'abs'?
48 | return ans;
| ^~~
| abs