摘要: #include #include #define READ(ch) ch=getc(fp) /*宏:READ(ch)*/ char ch; /*声明为全局变量*/ int right=0; FILE *fp;struct struCH{ char ch; ... 阅读全文