練習1-12

每行輸出一個單詞編碼 #include<stdio.h> #define open 1 #define close 0 main() { int c, pitLock; while ((c = getchar()) != EOF) { if (c == '\t' || c == ' ') { if (pitLock == open) { c = '\n';
相關文章
相關標籤/搜索