228808_0_19912.c:1:21: iostream.h: No such file or directory
228808_0_19912.c: In function `main':
228808_0_19912.c:6: error: `cin' undeclared (first use in this function)
228808_0_19912.c:6: error: (Each undeclared identifier is reported only once
228808_0_19912.c:6: error: for each function it appears in.)
228808_0_19912.c:11: error: `bool' undeclared (first use in this function)
228808_0_19912.c:11: error: syntax error before "b"
228808_0_19912.c:12: error: `b' undeclared (first use in this function)
228808_0_19912.c:13: error: `i' undeclared (first use in this function)
228808_0_19912.c:13: error: `m' undeclared (first use in this function)
228808_0_19912.c:15: error: `a1' undeclared (first use in this function)
228808_0_19912.c:15: error: `a2' undeclared (first use in this function)
228808_0_19912.c:19: error: `n' undeclared (first use in this function)
228808_0_19912.c:22: error: `j' undeclared (first use in this function)
228808_0_19912.c:25: error: `k' undeclared (first use in this function)
228808_0_19912.c:48: error: `cout' undeclared (first use in this function)
228808_0_19912.c:48: error: `endl' undeclared (first use in this function)
228808_0_19912.c: At top level:
228808_0_19912.c:50: error: syntax error before "return"
|