1.1输出“hello,world”

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

 

posted @ 2018-01-07 18:55  Mr^Simon  阅读(214)  评论(0编辑  收藏  举报