0_0_38341556_20399.cpp:7:1: error: 'Char' does not name a type
Char str[1005];
^
0_0_38341556_20399.cpp: In function 'int judge()':
0_0_38341556_20399.cpp:12:17: error: 'I' was not declared in this scope
(int i = 0; I <= len/2; i++) {
^
0_0_38341556_20399.cpp:12:22: error: 'len' was not declared in this scope
(int i = 0; I <= len/2; i++) {
^
0_0_38341556_20399.cpp:13:13: error: 'str' was not declared in this scope
if (str[i]! = str[len-i-1]) return 1
^
0_0_38341556_20399.cpp:13:19: error: expected ')' before '!' token
if (str[i]! = str[len-i-1]) return 1
^
0_0_38341556_20399.cpp:18:18: error: a function-definition is not allowed here before '{' token
void Dfs (int x) {
^
0_0_38341556_20399.cpp:53:1: error: expected '}' at end of input
}
^
|