0_0_11974035_30684.cpp:1: error: `vector' was not declared in this scope
0_0_11974035_30684.cpp:1: error: expected primary-expression before "char"
0_0_11974035_30684.cpp:1: error: expected `,' or `;' before '{' token
0_0_11974035_30684.cpp: In function `int main()':
0_0_11974035_30684.cpp:23: error: `string' undeclared (first use this function)
0_0_11974035_30684.cpp:23: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11974035_30684.cpp:23: error: expected `;' before "str"
0_0_11974035_30684.cpp:24: error: `cin' undeclared (first use this function)
0_0_11974035_30684.cpp:24: error: `str' undeclared (first use this function)
0_0_11974035_30684.cpp:25: error: `vector' undeclared (first use this function)
0_0_11974035_30684.cpp:25: error: expected primary-expression before "char"
0_0_11974035_30684.cpp:25: error: expected `;' before "char"
0_0_11974035_30684.cpp:27: error: `vc' undeclared (first use this function)
0_0_11974035_30684.cpp:31: error: `cout' undeclared (first use this function)
0_0_11974035_30684.cpp:31: error: `longestPdr' cannot be used as a function
0_0_11974035_30684.cpp:31: error: `endl' undeclared (first use this function)
|