0_0_2109254_13571.c:1:19: iostream: No such file or directory
0_0_2109254_13571.c:2:17: vector: No such file or directory
0_0_2109254_13571.c:3: error: syntax error before "namespace"
0_0_2109254_13571.c:10: error: syntax error before "data"
0_0_2109254_13571.c:13: error: `end' undeclared here (not in a function)
0_0_2109254_13571.c:14: error: syntax error before '}' token
0_0_2109254_13571.c: In function `reset':
0_0_2109254_13571.c:17: error: `sum' undeclared (first use in this function)
0_0_2109254_13571.c:17: error: (Each undeclared identifier is reported only once
0_0_2109254_13571.c:17: error: for each function it appears in.)
0_0_2109254_13571.c: At top level:
0_0_2109254_13571.c:20: error: syntax error before '}' token
0_0_2109254_13571.c: In function `main':
0_0_2109254_13571.c:24: error: `vector' undeclared (first use in this function)
0_0_2109254_13571.c:24: error: syntax error before "int"
0_0_2109254_13571.c:25: error: `data' undeclared (first use in this function)
0_0_2109254_13571.c:27: error: syntax error before numeric constant
0_0_2109254_13571.c:27: error: syntax error before numeric constant
0_0_2109254_13571.c:27: error: syntax error before numeric constant
0_0_2109254_13571.c:29: error: `cin' undeclared (first use in this function)
0_0_2109254_13571.c:30: error: 'for' loop initial declaration used outside C99 mode
0_0_2109254_13571.c:33: error: 'for' loop initial declaration used outside C99 mode
0_0_2109254_13571.c:36: error: `seq' undeclared (first use in this function)
0_0_2109254_13571.c:39: error: `max' undeclared (first use in this function)
0_0_2109254_13571.c:43: error: `temp' undeclared (first use in this function)
0_0_2109254_13571.c:66: error: `cout' undeclared (first use in this function)
0_0_2109254_13571.c:66: error: `endl' undeclared (first use in this function)
|