second commit

master
2212907042@qq.com 6 years ago
parent ee3fdf25c0
commit f88a2756e4

@ -1,4 +1,6 @@
#include <stdio.h>
#include<stdlib.h>
#include<time.h>
struct Student
{
@ -85,10 +87,10 @@ int checknum(int a,int b) /*
return 0;
else
return 1;
}
}
int checkresult(int result)
{
int checkresult(int result)
{
int i;
for(i=1;i<4;i++)
{
@ -122,4 +124,5 @@ int checknum(int a,int b) /*
}
}
return 0;
}
}

Loading…
Cancel
Save