Auto commit

This commit is contained in:
smallkun 2025-03-24 19:51:23 +08:00
parent 1455f339be
commit 9a03816526
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,8 @@ int main(){
}
}
printf("c个数为:%d\n", count);
fclose(fp);//关闭文件指针
return 0;
}

View File

@ -1076,7 +1076,8 @@ int main(){
}
}
printf("c个数为:%d\n", count);
fclose(fp);//关闭文件指针
return 0;
}