个人信息
状态: 当前离线
zelhzm
日历
« 2009-01  
    123
45678910
11121314151617
18192021222324
25262728293031
回复
    收藏的版块
      文集
      程序员之路 | 2007-12-25
      #include#include#include#include#define OK 1#define ERROR 0typedef struct airline{char air_num[8];char plane_num[8];char end_place[20];inttotal;intleft;struct airline *next;}airline;typedef struct customer{char ...
      查看(5717) | 评论(1) | 收藏
      主题