13187261606 7 years ago
parent b37074e5f0
commit 0dce44210c

@ -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;
}

Binary file not shown.
Loading…
Cancel
Save