310884_0_13647.c:1:20: iostream: No such file or directory
310884_0_13647.c:2: error: syntax error before "namespace"
310884_0_13647.c:4: error: syntax error before "int"
310884_0_13647.c: In function `test':
310884_0_13647.c:7: error: 'for' loop initial declaration used outside C99 mode
310884_0_13647.c: In function `main':
310884_0_13647.c:17: error: `cin' undeclared (first use in this function)
310884_0_13647.c:17: error: (Each undeclared identifier is reported only once
310884_0_13647.c:17: error: for each function it appears in.)
310884_0_13647.c:19: error: `cout' undeclared (first use in this function)
310884_0_13647.c:19: error: `endl' undeclared (first use in this function)
|