博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年10月12日

摘要: 1 #include "stdafx.h" 2 #include "iostream" 3 4 using namespace std; 5 6 class CStu 7 { 8 private: 9 int M_Id;10 int M_Age;11 public:12 ... 阅读全文

posted @ 2014-10-12 17:18 六年一班刘同学 阅读(367) 评论(0) 推荐(0)