├── .gitignore ├── readme.markdown └── 成绩管理系统.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csyxwei/StudentScoreManagerSystem/HEAD/.gitignore -------------------------------------------------------------------------------- /readme.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csyxwei/StudentScoreManagerSystem/HEAD/readme.markdown -------------------------------------------------------------------------------- /成绩管理系统.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csyxwei/StudentScoreManagerSystem/HEAD/成绩管理系统.c --------------------------------------------------------------------------------