0_0_22227657_28544.cpp:8:22: error: expected primary-expression before ';' token
const int coutNum=;
^
0_0_22227657_28544.cpp:13:32: error: size of array 'next' is not an integral constant-expression
struct Trie *next[coutNum];//¸÷¸ö·ÖÖ§
^
0_0_22227657_28544.cpp:26:7: error: storage size of 'AS' isn't known
}AS[];
^
0_0_22227657_28544.cpp: In function 'int find(Trie*, char*)':
0_0_22227657_28544.cpp:83:9: error: return-statement with no value, in function returning 'int' [-fpermissive]
return ;
^
0_0_22227657_28544.cpp: At global scope:
0_0_22227657_28544.cpp:91:13: error: storage size of 'str1' isn't known
char str1[];
^
0_0_22227657_28544.cpp:92:15: error: declaration of 'str2' as multidimensional array must have bounds for all dimensions except the first
char str2[][];
^
0_0_22227657_28544.cpp: In function 'int main()':
0_0_22227657_28544.cpp:113:19: error: 'str2' was not declared in this scope
gets(str2[i]);
^
0_0_22227657_28544.cpp:116:22: error: storage size of 'sk' isn't known
char sk[];
^
0_0_22227657_28544.cpp:126:23: error: expected primary-expression before ';' token
ss+=;
^
0_0_22227657_28544.cpp:156:24: error: 'str2' was not declared in this scope
printf("%s\n",str2[AS[i].i]);
^
|