616920_0_0_2050.c:1:19: cstdlib: No such file or directory
616920_0_0_2050.c:2:20: iostream: No such file or directory
616920_0_0_2050.c:4: error: syntax error before "namespace"
616920_0_0_2050.c: In function `main':
616920_0_0_2050.c:10: error: `cin' undeclared (first use in this function)
616920_0_0_2050.c:10: error: (Each undeclared identifier is reported only once
616920_0_0_2050.c:10: error: for each function it appears in.)
616920_0_0_2050.c:24: error: `cout' undeclared (first use in this function)
616920_0_0_2050.c:24: error: `endl' undeclared (first use in this function)
616920_0_0_2050.c:26: error: `EXIT_SUCCESS' undeclared (first use in this function)
|