保留字母

Description 編一個程序,輸入一個字符串,將組成字符串的全部非英文字母的字符刪除後輸出。spa Input 一個字符串,長度不超過80個字符ip Output 刪掉非英文字母后的字符串。字符串 Sample Input abc123+xyz.5 Sample Output abcxyz HINTget #include <stdio.h> #include <ctype.h> int
相關文章
相關標籤/搜索