230084_0_27196.c:1:22: iostream.h: No such file or directory
230084_0_27196.c: In function `main':
230084_0_27196.c:7: error: `cin' undeclared (first use in this function)
230084_0_27196.c:7: error: (Each undeclared identifier is reported only once
230084_0_27196.c:7: error: for each function it appears in.)
230084_0_27196.c:11: error: 'for' loop initial declaration used outside C99 mode
230084_0_27196.c:19: error: `cout' undeclared (first use in this function)
230084_0_27196.c:19: error: `endl' undeclared (first use in this function)
|