0_0_28893792_9564.cpp: In function 'bool dfs(int)': 0_0_28893792_9564.cpp:10:42: error: 'to' was not declared in this scope for(int i=1; i<=n; i++)if(mp[x][i]&&dfs(to))return 1; ^