加载中…
  
博文
标签:

杂谈

分类: C源码

#include<string.h>
#include<stdio.h>
#define N 10000     
typedef struct wage
{
float wage1;     
float Bonus;    
float tax;      
float S_fee;    
float D_fee;    
float T_fee;    
float Q_fee;    
float S_wage;    
}WAGE;
typedef struct worker
{
      char name[10];      
char ID[10];        
      int ID_P;           
char ID_Wage[10];   
char depart[10];    
    int age;       

  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有