C语言程序设计题(高分悬赏)
C语言程序设计题(高分悬赏)
日期:2016-12-01 15:14:27 人气:1
#include
#include
#include
#define maxline 10000
typedef struct TRAVEL_INFO
{
char routeNO[20];
char destination[20];
int days_of_trav;
char type_of_trav[20];
int month;
double price;
}travl_info;
int cmp_month(const void *a,const void