工资管理系统

#include<stdio.h> #include<string.h> #include<stdlib.h> struct Stuff { char num[20];//职工号 char name[20];//姓名 float base;//基本工资 float more;//补贴 float reward;//奖励 float sub;//扣除 float sum;//实发 }
相关文章
相关标签/搜索