0_0_6737427_25976.c:1:20: iostream: No such file or directory
0_0_6737427_25976.c:2:18: vector: No such file or directory
0_0_6737427_25976.c:3:21: algorithm: No such file or directory
0_0_6737427_25976.c:4: error: syntax error before "namespace"
0_0_6737427_25976.c: In function `main':
0_0_6737427_25976.c:9: error: `cin' undeclared (first use in this function)
0_0_6737427_25976.c:9: error: (Each undeclared identifier is reported only once
0_0_6737427_25976.c:9: error: for each function it appears in.)
0_0_6737427_25976.c:11: error: `vector' undeclared (first use in this function)
0_0_6737427_25976.c:11: error: syntax error before "int"
0_0_6737427_25976.c:16: error: 'for' loop initial declaration used outside C99 mode
0_0_6737427_25976.c:20: error: `list' undeclared (first use in this function)
0_0_6737427_25976.c:24: error: conflicting types for 'i'
0_0_6737427_25976.c:16: error: previous definition of 'i' was here
0_0_6737427_25976.c:24: error: 'for' loop initial declaration used outside C99 mode
0_0_6737427_25976.c:28: error: `cout' undeclared (first use in this function)
0_0_6737427_25976.c:28: error: `endl' undeclared (first use in this function)
|