Skip to content

BoomBoomHan/CDProject

Repository files navigation

CDProject

课程设计选题系统

Problem类:问题类,一个问题的所有信息

Student类:学生类,一个学生的所有信息

System类:管理者,管理问题和学生

AddProblem("010", "课程设计选题系统", "艾勇", "暂无", 30);
AddProblem("002", "通讯录", "杨喜敏", "", 66);
AddProblem("003", "火车站购票系统", "姜卓睿", "", 90);
AddProblem("666", "新思路签到系统", "朱凯闻", "", 5);
AddStudent("20210122", "张三", 1, 19, "666");
AddStudent("20202111", "李四", 0, 20, "666");
AddStudent("20191102", "王五", 1, 20, 0);
AddStudent("20211002", "爆炸", 1, 19);

About

课程设计选题系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors