c++(001)hello world。

刚刚开学学习c++,写了第一个c++程序。代码如下:

1 #include <iostream>
2 #include <cstdlib>
3 
4 using namespace std;
5 
6 int main(){
7     cout<<"hello world!"<<endl; 
8     return 0;
9 }

 

posted @ 2018-02-12 21:20  何婉莹NOIP之路  阅读(174)  评论(0编辑  收藏  举报