137128_0_21724.c:1:19: iostream: No such file or directory
137128_0_21724.c:2:17: string: No such file or directory
137128_0_21724.c:3:14: map: No such file or directory
137128_0_21724.c:4: error: syntax error before "namespace"
137128_0_21724.c: In function `main':
137128_0_21724.c:8: error: `map' undeclared (first use in this function)
137128_0_21724.c:8: error: (Each undeclared identifier is reported only once
137128_0_21724.c:8: error: for each function it appears in.)
137128_0_21724.c:8: error: `string' undeclared (first use in this function)
137128_0_21724.c:8: error: syntax error before "int"
137128_0_21724.c:10: error: `cin' undeclared (first use in this function)
137128_0_21724.c:15: error: `s' undeclared (first use in this function)
137128_0_21724.c:16: error: `color' undeclared (first use in this function)
137128_0_21724.c:18: error: syntax error before "int"
137128_0_21724.c:19: error: syntax error before "int"
137128_0_21724.c:19: error: `pr' undeclared (first use in this function)
137128_0_21724.c:19: error: syntax error before ')' token
137128_0_21724.c:23: error: `p' undeclared (first use in this function)
137128_0_21724.c:25: error: `cout' undeclared (first use in this function)
137128_0_21724.c:25: error: `endl' undeclared (first use in this function)
137128_0_21724.c: At top level:
137128_0_21724.c:27: error: syntax error before "return"
|