0_0_4834788_31605.cpp: In function `void dfs(int, int, int, int)':
0_0_4834788_31605.cpp:8: error: `c' undeclared (first use this function)
0_0_4834788_31605.cpp:8: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4834788_31605.cpp:11: error: `r' undeclared (first use this function)
0_0_4834788_31605.cpp:13: error: `ans' undeclared (first use this function)
0_0_4834788_31605.cpp: In function `int main()':
0_0_4834788_31605.cpp:41: error: `c' undeclared (first use this function)
0_0_4834788_31605.cpp:44: error: `r' undeclared (first use this function)
0_0_4834788_31605.cpp:47: error: `ans' undeclared (first use this function)
|