我还是减肥吧

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年5月24日

摘要: 1 #include 2 #include 3 #include 4 #define MAXSIZE 20 //初始长度 5 6 7 8 typedef int ElemType; //类型为int 9 typedef struct{ 10 ElemType da... 阅读全文
posted @ 2014-05-24 16:56 adaonline 阅读(535) 评论(0) 推荐(0) 编辑