摘要: 1 #include<string.h> 2 #include<stdio.h> 3 #include<stdlib.h> 4 int main() 5 { 6 char p[30][30]; 7 char q[30][30]; 8 int line=0; 9 int n; 10 int i,j;  阅读全文
posted @ 2016-12-16 15:34 177黄南龙 阅读(141) 评论(0) 推荐(0) 编辑
摘要: # include<stdio.h># include<stdlib.h># include<string.h> int panduan(char tmp[]){char b[6][10] = {"begin", "if", "then", "while", "do", "end", };int k 阅读全文
posted @ 2016-12-16 15:22 177黄南龙 阅读(117) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include<dos.h>#include<stdlib.h>#include<string.h>char a[50] ,b[50],d[200],e[10];char ch;int n1,i1=0,flag=1,n=5;int total=0;int E() 阅读全文
posted @ 2016-12-16 14:45 177黄南龙 阅读(157) 评论(0) 推荐(0) 编辑