0_0_4087508_19578.c:1: error: syntax error before '/' token
0_0_4087508_19578.c:2:20: iostream: No such file or directory
0_0_4087508_19578.c:3:18: string: No such file or directory
0_0_4087508_19578.c:4:19: cstdlib: No such file or directory
0_0_4087508_19578.c:5:18: cctype: No such file or directory
0_0_4087508_19578.c:6:21: algorithm: No such file or directory
0_0_4087508_19578.c:7:17: stack: No such file or directory
0_0_4087508_19578.c:8:18: vector: No such file or directory
0_0_4087508_19578.c:9:17: deque: No such file or directory
0_0_4087508_19578.c:10:15: set: No such file or directory
0_0_4087508_19578.c:29: error: syntax error before "word1"
0_0_4087508_19578.c: In function `ArePalindromes':
0_0_4087508_19578.c:31: error: `word1' undeclared (first use in this function)
0_0_4087508_19578.c:31: error: (Each undeclared identifier is reported only once
0_0_4087508_19578.c:31: error: for each function it appears in.)
0_0_4087508_19578.c:32: error: `word2' undeclared (first use in this function)
0_0_4087508_19578.c:33: error: `false' undeclared (first use in this function)
0_0_4087508_19578.c:34: error: `true' undeclared (first use in this function)
0_0_4087508_19578.c: At top level:
0_0_4087508_19578.c:37: error: syntax error before '<' token
0_0_4087508_19578.c:40: error: syntax error before '&' token
0_0_4087508_19578.c: In function `GetWords':
0_0_4087508_19578.c:43: error: `pos' undeclared (first use in this function)
0_0_4087508_19578.c:43: error: `word1' undeclared (first use in this function)
0_0_4087508_19578.c:44: error: `string' undeclared (first use in this function)
0_0_4087508_19578.c:44: error: syntax error before "stack_io"
0_0_4087508_19578.c:45: error: `stack' undeclared (first use in this function)
0_0_4087508_19578.c:45: error: syntax error before "int"
0_0_4087508_19578.c:47: error: syntax error before numeric constant
0_0_4087508_19578.c:47: error: syntax error before '.' token
0_0_4087508_19578.c:47: error: wrong type argument to increment
0_0_4087508_19578.c:47: error: syntax error before ')' token
0_0_4087508_19578.c:50: error: `s' undeclared (first use in this function)
0_0_4087508_19578.c:53: error: `io' undeclared (first use in this function)
0_0_4087508_19578.c:53: error: `i' undeclared (first use in this function)
0_0_4087508_19578.c:54: error: `stack_io' undeclared (first use in this function)
0_0_4087508_19578.c: At top level:
0_0_4087508_19578.c:56: error: syntax error before "while"
0_0_4087508_19578.c:70: error: `i' undeclared here (not in a function)
0_0_4087508_19578.c:70: error: `true' undeclared here (not in a function)
0_0_4087508_19578.c:71: error: syntax error before '+' token
0_0_4087508_19578.c:71: error: conflicting types for 'GetWords'
0_0_4087508_19578.c:41: error: previous definition of 'GetWords' was here
0_0_4087508_19578.c:72: error: `false' undeclared here (not in a function)
0_0_4087508_19578.c:73: error: syntax error before '.' token
0_0_4087508_19578.c:78: error: syntax error before '&' token
0_0_4087508_19578.c: In function `Solve':
0_0_4087508_19578.c:80: error: `result' undeclared (first use in this function)
0_0_4087508_19578.c:81: error: `vector' undeclared (first use in this function)
0_0_4087508_19578.c:81: error: `bool' undeclared (first use in this function)
0_0_4087508_19578.c:81: error: `word1' undeclared (first use in this function)
0_0_4087508_19578.c:82: error: `word2' undeclared (first use in this function)
0_0_4087508_19578.c:83: error: `cout' undeclared (first use in this function)
0_0_4087508_19578.c:83: error: `endl' undeclared (first use in this function)
0_0_4087508_19578.c:84: error: syntax error before "it"
0_0_4087508_19578.c:84: error: `it' undeclared (first use in this function)
0_0_4087508_19578.c:84: error: syntax error before ')' token
0_0_4087508_19578.c: In function `Empty':
0_0_4087508_19578.c:91: error: `cout' undeclared (first use in this function)
0_0_4087508_19578.c: In function `main':
0_0_4087508_19578.c:96: error: `string' undeclared (first use in this function)
0_0_4087508_19578.c:96: error: syntax error before "word1"
0_0_4087508_19578.c:97: error: `cin' undeclared (first use in this function)
0_0_4087508_19578.c:97: error: `word1' undeclared (first use in this function)
0_0_4087508_19578.c:97: error: `word2' undeclared (first use in this function)
0_0_4087508_19578.c:98: error: `tolower' undeclared (first use in this function)
0_0_4087508_19578.c:105: error: `EXIT_SUCCESS' undeclared (first use in this function)
0_0_4087508_19578.c: At top level:
0_0_4087508_19578.c:70: error: storage size of `checked' isn't known
0_0_4087508_19578.c:72: error: storage size of `checked' isn't known
|