mushrooms.cpp: In function 'int count_mushrooms(int)':
mushrooms.cpp:22:8: error: 'use_machine' was not declared in this scope
22 | if(use_machine({0,1}))
| ^~~~~~~~~~~
mushrooms.cpp:26:12: error: 'use_machine' was not declared in this scope
26 | if(use_machine({0,2}))
| ^~~~~~~~~~~
mushrooms.cpp:32:11: error: 'use_machine' was not declared in this scope
32 | m=use_machine({i,a[0],i+1,a[1]});
| ^~~~~~~~~~~
mushrooms.cpp:39:12: error: 'use_machine' was not declared in this scope
39 | if(use_machine({a[0],n-1}))
| ^~~~~~~~~~~