C++之初体验

#include<iostream>
using namespace std; 
int main()
{
cout<<" Hello imooc "<<endl; 
return 0;
}

  

posted @ 2018-04-03 22:01  Jary霸  阅读(100)  评论(0编辑  收藏  举报