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