摘要:
#include <iostream>using namespace std;int main(){ cout<<"Hello world"<<endl; return 0;} 阅读全文
posted @ 2011-09-13 14:34 SkyWorld 阅读(215) 评论(0) 推荐(0)
|
|||
|
摘要:
#include <iostream>using namespace std;int main(){ cout<<"Hello world"<<endl; return 0;} 阅读全文
posted @ 2011-09-13 14:34 SkyWorld 阅读(215) 评论(0) 推荐(0) |
|||