继续去除参与getch()相关部分

dev
ithg 6 years ago
parent f7aac9cfd4
commit 0a2db2fde3

@ -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");

Loading…
Cancel
Save