0_0_14640023_6992.cpp: In function 'int main()': 0_0_14640023_6992.cpp:15:19: error: 'strlen' was not declared in this scope len_a = strlen(a)-1; //strlen函数求出字符串长度 不包含'\0' -1表示在字符串数组中的位置 ^