0_0_7115603_29145.cpp:13: error: expected init-declarator before "used"
0_0_7115603_29145.cpp:13: error: expected `,' or `;' before "used"
0_0_7115603_29145.cpp: In function `int check()':
0_0_7115603_29145.cpp:21: error: `m' undeclared (first use this function)
0_0_7115603_29145.cpp:21: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_7115603_29145.cpp:27: error: `n' undeclared (first use this function)
0_0_7115603_29145.cpp: In function `void dfs(int, int)':
0_0_7115603_29145.cpp:32: error: `m' undeclared (first use this function)
0_0_7115603_29145.cpp:35: error: `res' undeclared (first use this function)
0_0_7115603_29145.cpp: In function `void ini()':
0_0_7115603_29145.cpp:52: error: `n' undeclared (first use this function)
0_0_7115603_29145.cpp:55: error: `used' undeclared (first use this function)
0_0_7115603_29145.cpp:56: error: `m' undeclared (first use this function)
0_0_7115603_29145.cpp:57: error: `r' undeclared (first use this function)
0_0_7115603_29145.cpp: In function `int main()':
0_0_7115603_29145.cpp:64: error: `n' undeclared (first use this function)
0_0_7115603_29145.cpp:66: error: `res' undeclared (first use this function)
0_0_7115603_29145.cpp:67: error: `used' undeclared (first use this function)
0_0_7115603_29145.cpp:70: error: `m' undeclared (first use this function)
0_0_7115603_29145.cpp:80: error: `r' undeclared (first use this function)
|