摘要: //没啥说的 挺简单 //2.2.1 #include<stdio.h> #include<stdlib.h> #include<malloc.h> #define maxsize 100 typedef struct { int list[maxsize]; int last; int len; 阅读全文
posted @ 2016-09-07 03:45 mykonons 阅读(186) 评论(0) 推荐(0) 编辑