摘要: 1 #include 2 #include 3 using namespace std; 4 5 struct Data 6 { 7 char num[3]; 8 char name[3]; 9 char type; 10 char age[4]; 11 12 Data (const Data& data) 13 { 14... 阅读全文
posted @ 2016-05-26 14:39 哈哈不是嘎嘎 阅读(536) 评论(0) 推荐(0) 编辑