0_0_2068016_8651.cpp: In function `void backtrack(int, double, double)':
0_0_2068016_8651.cpp:3: error: `ic' undeclared (first use this function)
0_0_2068016_8651.cpp:3: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_2068016_8651.cpp:5: error: `pmax' undeclared (first use this function)
0_0_2068016_8651.cpp:8: error: `ary' undeclared (first use this function)
0_0_2068016_8651.cpp:11: error: `limit' undeclared (first use this function)
0_0_2068016_8651.cpp: In function `int main(int, char**)':
0_0_2068016_8651.cpp:20: error: `cin' undeclared (first use this function)
0_0_2068016_8651.cpp:20: error: `limit' undeclared (first use this function)
0_0_2068016_8651.cpp:22: error: `ary' undeclared (first use this function)
0_0_2068016_8651.cpp:22: error: `memset' undeclared (first use this function)
0_0_2068016_8651.cpp:23: error: `ic' undeclared (first use this function)
0_0_2068016_8651.cpp:23: error: `pmax' undeclared (first use this function)
0_0_2068016_8651.cpp:37: error: `sscanf' undeclared (first use this function)
0_0_2068016_8651.cpp:52: error: `printf' undeclared (first use this function)
|