204213_0_10882.cpp: In function `int main()':
204213_0_10882.cpp:3: error: `string' undeclared (first use this function)
204213_0_10882.cpp:3: error: (Each undeclared identifier is reported only once for each function it appears in.)
204213_0_10882.cpp:3: error: expected `;' before "line"
204213_0_10882.cpp:5: error: `cout' undeclared (first use this function)
204213_0_10882.cpp:5: error: `ios' has not been declared
204213_0_10882.cpp:5: error: `fixed' undeclared (first use this function)
204213_0_10882.cpp:6: error: `cin' undeclared (first use this function)
204213_0_10882.cpp:6: error: `line' undeclared (first use this function)
204213_0_10882.cpp:6: error: `getline' undeclared (first use this function)
204213_0_10882.cpp:9: error: `istringstream' undeclared (first use this function)
204213_0_10882.cpp:9: error: expected `;' before "is"
204213_0_10882.cpp:10: error: `is' undeclared (first use this function)
204213_0_10882.cpp:11: error: `tok' undeclared (first use this function)
204213_0_10882.cpp:26: error: `endl' undeclared (first use this function)
|