2015年2月14日
摘要: #include #include using namespace std;class Person{ public : int age; int ID; Person(int age, int id) { this->age = age; this->ID = id; }};struct Cm... 阅读全文
posted @ 2015-02-14 23:16 kisstherain8231 阅读(135) 评论(0) 推荐(0) 编辑