随笔-1  评论-1  文章-0  trackbacks-0
  2007年8月30日
1#include <iostream>
2using namespace std;
3
4int main( void )
5{
6    cout << "Hello, C++ blog!!!" << endl;
7
8    return 0;
9}
posted @ 2007-08-30 18:23 chx 阅读(141) | 评论 (1)编辑 收藏
仅列出标题