162007_0_25391.cpp: In function `int main(int, char**)':
162007_0_25391.cpp:14: error: `cin' undeclared (first use this function)
162007_0_25391.cpp:14: error: (Each undeclared identifier is reported only once for each function it appears in.)
162007_0_25391.cpp:22: error: `cout' undeclared (first use this function)
162007_0_25391.cpp:22: error: `endl' undeclared (first use this function)
162007_0_25391.cpp:24: error: `system' undeclared (first use this function)
162007_0_25391.cpp:25: error: `EXIT_SUCCESS' undeclared (first use this function)
|