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