diff --git a/未命名1.c b/未命名1.c index f8a8a4b..ce88481 100644 --- a/未命名1.c +++ b/未命名1.c @@ -91,7 +91,6 @@ void menu() struct student* Create() { - /*void Save(struct student *phead);*/ struct student* phead=NULL; struct student *pEnd,*pNew; pNew=(struct student*)malloc(sizeof(struct student)); @@ -481,7 +480,6 @@ RE: pTemp=phead; int main() { - /*system("mode con cols=80 lines=30");*/ system("color F5"); char x=0; char m[7]; @@ -537,7 +535,7 @@ int main() else { setposition(40,14); - printf("\t\t\t!\n"); // + printf("\t\t\t!\n"); goto Re; } diff --git a/未命名1.exe b/未命名1.exe index 0597f79..7232ee8 100644 Binary files a/未命名1.exe and b/未命名1.exe differ