C语言程序设计物业管理系统
#include "stdio.h"#include "stdlib.h"#include "string.h"#define M 5struct People{ int a; char ming[3
C语言程序设计物业管理系统