0_0_6008241_24986.cpp: In function `int main()':
0_0_6008241_24986.cpp:9: error: `string' undeclared (first use this function)
0_0_6008241_24986.cpp:9: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6008241_24986.cpp:9: error: expected `;' before "line"
0_0_6008241_24986.cpp:10: error: `cin' undeclared (first use this function)
0_0_6008241_24986.cpp:11: error: `line' undeclared (first use this function)
0_0_6008241_24986.cpp:11: error: `getline' undeclared (first use this function)
0_0_6008241_24986.cpp:15: error: `istringstream' undeclared (first use this function)
0_0_6008241_24986.cpp:15: error: expected `;' before "iss"
0_0_6008241_24986.cpp:18: error: `iss' undeclared (first use this function)
0_0_6008241_24986.cpp:20: error: `lcm' undeclared (first use this function)
0_0_6008241_24986.cpp:22: error: `cout' undeclared (first use this function)
0_0_6008241_24986.cpp:22: error: `endl' undeclared (first use this function)
|