练习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';
相关文章
相关标签/搜索