diff --git a/README.md b/README.md index 5c7ef03..f05c78f 100644 --- a/README.md +++ b/README.md @@ -572,7 +572,7 @@ int main(void) int n = 0,m = 0; STU stu[STU_NUM]; printf("Input student number(n<%d):",STU_NUM); - scnaf("%d",&n); + scanf("%d",&n); printf("Input course number(m<=%d):",COURSE_NUM); scanf("%d",&m); while(1) @@ -615,7 +615,7 @@ int main(void) case 13:ReadfromFile(stu,&n,&m); break; case 0: printf("Are you sure you want to exit?(Y/N):"); - printf("End of program!); + printf("End of program!"); exit(0); default:printf("Input error!"); } @@ -656,7 +656,7 @@ void ReadScore(STU stu[],int n,int m) { int i,j; printf("Input student's ID ,name and score:\n"); - for(i=0,i