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:14:24: error: 'v' was not declared in this scope
14 | for(int i : {0,1}) v[i].clear(), w[i].clear();
| ^
minerals.cpp:16:32: error: 'v' was not declared in this scope
16 | for(int i = 0; i < n; i++) v[i>=m].pb(l[i]);
| ^
minerals.cpp:24:31: error: 'v' was not declared in this scope
24 | dnc(vi(begin(l)+m,end(l)),v[1],w[1],1);
| ^