0_0_2109249_17956.c: In function `main':
0_0_2109249_17956.c:3: error: `vector' undeclared (first use in this function)
0_0_2109249_17956.c:3: error: (Each undeclared identifier is reported only once
0_0_2109249_17956.c:3: error: for each function it appears in.)
0_0_2109249_17956.c:3: error: syntax error before "int"
0_0_2109249_17956.c:4: error: `data' undeclared (first use in this function)
0_0_2109249_17956.c:6: error: syntax error before numeric constant
0_0_2109249_17956.c:6: error: syntax error before numeric constant
0_0_2109249_17956.c:6: error: syntax error before numeric constant
0_0_2109249_17956.c:8: error: `cin' undeclared (first use in this function)
0_0_2109249_17956.c:9: error: 'for' loop initial declaration used outside C99 mode
0_0_2109249_17956.c:12: error: 'for' loop initial declaration used outside C99 mode
0_0_2109249_17956.c:15: error: `seq' undeclared (first use in this function)
0_0_2109249_17956.c:18: error: `max' undeclared (first use in this function)
0_0_2109249_17956.c:22: error: `temp' undeclared (first use in this function)
0_0_2109249_17956.c:45: error: `cout' undeclared (first use in this function)
0_0_2109249_17956.c:45: error: `endl' undeclared (first use in this function)
|