摘要: 1 #include <stdio.h> 2 #include <string.h> 3 4 char prog[100],token[8],ch; 5 int syn,word,i,j,sum; 6 char *rwtab[6]={"begin","if","then","while","do", 阅读全文
posted @ 2016-10-01 01:02 233覃伟业 阅读(179) 评论(0) 推荐(0) 编辑