|
|
@ -3,7 +3,6 @@
|
|
|
|
#include <string.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <time.h> //时间库函数
|
|
|
|
#include <time.h> //时间库函数
|
|
|
|
//#include <conio.h> //输入输出库
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int class_num = 0; //初始班次总数为0
|
|
|
|
int class_num = 0; //初始班次总数为0
|
|
|
|
|
|
|
|
|
|
|
@ -108,7 +107,7 @@ void Scanf(int i, int j) //
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
|
printf("输入错误!\n");
|
|
|
|
printf("输入错误!\n");
|
|
|
|
system("pause"); //使达到按下任意键返回的作用 在新版c标准中要使用system("pause");
|
|
|
|
system("pause");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
printf("请输入起点站:\n");
|
|
|
|
printf("请输入起点站:\n");
|
|
|
|