摘要: #include<stdio.h>#include<stdlib.h>#include<string.h>#define LIST_SIZE 100#define LIST_INCREMENT 10typedef int Datatype ;typedef struct{ Datatype* dat 阅读全文
posted @ 2019-11-21 10:55 打开太阳 阅读(200) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <stdlib.h>#include <string.h>int p,m,syn,n,sum; //p和m,作用相当于指针,用来指向下一个字符或回退一个字符,syn用于判别字符种类。 //n为循环控制变量,sum用来判别整型数是否溢出。char 阅读全文
posted @ 2019-11-21 10:51 打开太阳 阅读(479) 评论(0) 推荐(0) 编辑