0_0_39734933_521.cpp:11:17: error: 'pos' has not been declared
11 | void dfs(int l, pos,int repos){
| ^~~
0_0_39734933_521.cpp: In function 'void dfs(int, int, int)':
0_0_39734933_521.cpp:21:15: error: 'pos' was not declared in this scope; did you mean 'pow'?
21 | for(int i=pos+1;i<=n;i++){
| ^~~
| pow
|