01 2015 档案

摘要:#include using namespace std;int seti() {cout << "seti" << endl;return 1;}int setj() {cout << "setj" << endl;return 1;}class a{public: a() {cout << "a... 阅读全文
posted @ 2015-01-04 10:29 xxNote 阅读(2330) 评论(0) 推荐(1)