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