0_0_2109248_29785.cpp: In function `int main()':
0_0_2109248_29785.cpp:3: error: `vector' undeclared (first use this function)
0_0_2109248_29785.cpp:3: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_2109248_29785.cpp:3: error: expected primary-expression before "int"
0_0_2109248_29785.cpp:3: error: expected `;' before "int"
0_0_2109248_29785.cpp:4: error: `data' undeclared (first use this function)
0_0_2109248_29785.cpp:4: error: expected `;' before "max"
0_0_2109248_29785.cpp:5: error: expected `;' before "temp"
0_0_2109248_29785.cpp:8: error: `cin' undeclared (first use this function)
0_0_2109248_29785.cpp:15: error: `seq' undeclared (first use this function)
0_0_2109248_29785.cpp:18: error: `max' undeclared (first use this function)
0_0_2109248_29785.cpp:20: error: name lookup of `j' changed for new ISO `for' scoping
0_0_2109248_29785.cpp:12: error: using obsolete binding at `j'
0_0_2109248_29785.cpp:22: error: `temp' undeclared (first use this function)
0_0_2109248_29785.cpp:45: error: `cout' undeclared (first use this function)
0_0_2109248_29785.cpp:45: error: `endl' undeclared (first use this function)
|