資源簡介
飛機預訂機票系統課程設計及源代碼
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 1000
struct air
{
int num;
char start[20];
char over[20];
char time[10];
int count;
}s[N];
int i;
int m=0;
#define PRI " %-d %12s %12s %10s %12d \n",s[i].num,s[i].start,s[i].o
代碼片段和文件信息
評論
共有 條評論