22036_0_7851.cpp:1: error: `string' does not name a type
22036_0_7851.cpp: In function `int main()':
22036_0_7851.cpp:35: error: `data' undeclared (first use this function)
22036_0_7851.cpp:35: error: (Each undeclared identifier is reported only once for each function it appears in.)
22036_0_7851.cpp:35: error: `d' undeclared (first use this function)
22036_0_7851.cpp:37: error: `string' undeclared (first use this function)
22036_0_7851.cpp:37: error: expected `;' before "s"
22036_0_7851.cpp:41: error: `cin' undeclared (first use this function)
22036_0_7851.cpp:43: error: `data' has not been declared
22036_0_7851.cpp:49: error: expected `;' before "t"
22036_0_7851.cpp:51: error: `s' undeclared (first use this function)
22036_0_7851.cpp:57: error: `t' undeclared (first use this function)
22036_0_7851.cpp:57: error: `search' undeclared (first use this function)
22036_0_7851.cpp:65: error: `cout' undeclared (first use this function)
22036_0_7851.cpp:73: error: `endl' undeclared (first use this function)
2 11 12
1 4 9
|