77742_0_10499.c:1:20: iostream: No such file or directory
77742_0_10499.c:2:18: string: No such file or directory
77742_0_10499.c:3: error: syntax error before "namespace"
77742_0_10499.c: In function `main':
77742_0_10499.c:7: error: `string' undeclared (first use in this function)
77742_0_10499.c:7: error: (Each undeclared identifier is reported only once
77742_0_10499.c:7: error: for each function it appears in.)
77742_0_10499.c:7: error: syntax error before "str"
77742_0_10499.c:8: error: `cin' undeclared (first use in this function)
77742_0_10499.c:10: error: `str' undeclared (first use in this function)
77742_0_10499.c:22: error: incompatible types in assignment
77742_0_10499.c:32: error: `s2' undeclared (first use in this function)
77742_0_10499.c:39: error: `cout' undeclared (first use in this function)
77742_0_10499.c:39: error: `endl' undeclared (first use in this function)
|