数据结构课程设计-宿舍管理系统
#include<stdio.h>#include<string.h> struct DBNode 〃数据结点{char Name [20];//姓名int StdID;//学号int RoomID;
数据结构课程设计-宿舍管理系统