0_0_3256847_11795.cpp:24: error: `uint' does not name a type
0_0_3256847_11795.cpp:26: error: `uint' does not name a type
0_0_3256847_11795.cpp:35: error: expected constructor, destructor, or type conversion before '&' token
0_0_3256847_11795.cpp:35: error: expected `,' or `;' before '&' token
0_0_3256847_11795.cpp: In function `void bfs(const coord&)':
0_0_3256847_11795.cpp:72: error: `get_s' undeclared (first use this function)
0_0_3256847_11795.cpp:72: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_3256847_11795.cpp:78: error: `min_step' undeclared (first use this function)
0_0_3256847_11795.cpp: In function `void cal(const coord&)':
0_0_3256847_11795.cpp:89: error: `step' undeclared (first use this function)
0_0_3256847_11795.cpp:91: error: `min_step' undeclared (first use this function)
0_0_3256847_11795.cpp: In function `int main()':
0_0_3256847_11795.cpp:122: error: `min_step' undeclared (first use this function)
0_0_3256847_11795.cpp:122: error: `uint' undeclared (first use this function)
|