753071_0_0_13851.c:1:20: iostream: No such file or directory
753071_0_0_13851.c:2:18: string: No such file or directory
753071_0_0_13851.c:3:18: vector: No such file or directory
753071_0_0_13851.c:4: error: syntax error before "namespace"
753071_0_0_13851.c:6: error: syntax error before "isOk"
753071_0_0_13851.c: In function `isOk':
753071_0_0_13851.c:9: error: `true' undeclared (first use in this function)
753071_0_0_13851.c:9: error: (Each undeclared identifier is reported only once
753071_0_0_13851.c:9: error: for each function it appears in.)
753071_0_0_13851.c:11: error: `false' undeclared (first use in this function)
753071_0_0_13851.c: At top level:
753071_0_0_13851.c:17: error: syntax error before '&' token
753071_0_0_13851.c: In function `mySort':
753071_0_0_13851.c:21: error: `len' undeclared (first use in this function)
753071_0_0_13851.c:25: error: `p' undeclared (first use in this function)
753071_0_0_13851.c: In function `main':
753071_0_0_13851.c:39: error: `string' undeclared (first use in this function)
753071_0_0_13851.c:39: error: syntax error before "strTmp"
753071_0_0_13851.c:41: error: `cin' undeclared (first use in this function)
753071_0_0_13851.c:41: error: `strTmp' undeclared (first use in this function)
753071_0_0_13851.c:71: error: `cout' undeclared (first use in this function)
753071_0_0_13851.c:71: error: `endl' undeclared (first use in this function)
|