员工管理系统c语言源代码
#include<string.h>#include<stdio.h>#define N 10000 /*员工的最大数*/typedef struct wage{float wag
员工管理系统c语言源代码