0_0_8721154_19853.cpp:1: error: expected constructor, destructor, or type conversion before '<' token
0_0_8721154_19853.cpp:1: error: expected `,' or `;' before '<' token
0_0_8721154_19853.cpp: In function `void build(int, int, int)':
0_0_8721154_19853.cpp:13: error: `cin' undeclared (first use this function)
0_0_8721154_19853.cpp:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8721154_19853.cpp: In function `int main(int, char**)':
0_0_8721154_19853.cpp:44: error: `cin' undeclared (first use this function)
0_0_8721154_19853.cpp:47: error: `cout' undeclared (first use this function)
0_0_8721154_19853.cpp:47: error: `endl' undeclared (first use this function)
0_0_8721154_19853.cpp:51: error: `scanf' undeclared (first use this function)
0_0_8721154_19853.cpp:61: error: `system' undeclared (first use this function)
0_0_8721154_19853.cpp:62: error: `EXIT_SUCCESS' undeclared (first use this function)
|