工人類與工資類

main.cpp /* *@Author:   STZG *@Language: C++ */ #include<iostream> #include "worker.h" #include "salary.h" using namespace std; int main() {     char name[100],dept[100];     int age;    
相關文章
相關標籤/搜索