minerals.cpp: In function 'void dnc(vi, vi, bool)':
minerals.cpp:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
13 | if(!d) m=n-m; vi w[2]={{},{}};
| ^~
minerals.cpp:13:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
13 | if(!d) m=n-m; vi w[2]={{},{}};
| ^~
minerals.cpp:15:32: error: 'v' was not declared in this scope
15 | for(int i = 0; i < n; i++) v[i>=m].pb(l[i]);
| ^
minerals.cpp:23:31: error: 'v' was not declared in this scope
23 | dnc(vi(begin(l)+m,end(l)),v[1],w[1],1);
| ^