2015.1從鍵盤上輸入一個字符串,將該串分爲數字,字母,其他字符三個部分輸出。

  //2015.1從鍵盤上輸入一個字符串,將該串分爲數字,字母,其他字符三個部分輸出。 #include<iostream> #include<ctype.h> #include<string> #include<string.h> using namespace std; int main() { char a[100]; char b1[100]; char
相關文章
相關標籤/搜索