12 2015 档案

摘要:#include#include#include#define READ(ch) ch=getc(fp) /*宏:READ(ch)*/char ch; /*声明为全局变量*/int right=0;FILE *fp;struct struCH{char ch;struct struCH *next;... 阅读全文
posted @ 2015-12-31 16:02 48彭宏亮 阅读(176) 评论(0) 推荐(0)
摘要:#include#include#includeint main(){char p[30][30];char q[30][30];int line=0;int n;int i,j;int count=0;int k,t=0;int flag=0;int l,m=0;char VN[30]={'\0'... 阅读全文
posted @ 2015-12-11 19:38 48彭宏亮 阅读(182) 评论(0) 推荐(0)