0_0_26520882_9692.cpp:7:9: error: expected initializer before 'char'
char temp; int i, j; for (j = 0, i = len - 1; j < i; --i, ++j) { temp = word[i]; word[i] = word[j]; word[j] = temp; } } int check(int a[],int num) //归整 {
^
0_0_26520882_9692.cpp:7:30: error: expected unqualified-id before 'for'
char temp; int i, j; for (j = 0, i = len - 1; j < i; --i, ++j) { temp = word[i]; word[i] = word[j]; word[j] = temp; } } int check(int a[],int num) //归整 {
^
0_0_26520882_9692.cpp:7:55: error: 'j' does not name a type
char temp; int i, j; for (j = 0, i = len - 1; j < i; --i, ++j) { temp = word[i]; word[i] = word[j]; word[j] = temp; } } int check(int a[],int num) //归整 {
^
0_0_26520882_9692.cpp:7:62: error: expected unqualified-id before '--' token
char temp; int i, j; for (j = 0, i = len - 1; j < i; --i, ++j) { temp = word[i]; word[i] = word[j]; word[j] = temp; } } int check(int a[],int num) //归整 {
^
0_0_26520882_9692.cpp:7:127: error: expected declaration before '}' token
char temp; int i, j; for (j = 0, i = len - 1; j < i; --i, ++j) { temp = word[i]; word[i] = word[j]; word[j] = temp; } } int check(int a[],int num) //归整 {
^
|