C語言課程設計員工工資管理系統

#include<stdio.h> #include<stdlib.h> #include<string.h> typedef enum workpost WOP; typedef struct empolyee EMP; enum workpost { manager = 1, technician, salesperson, salesmanager }; struct empolyee {
相關文章
相關標籤/搜索