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  阅读(224)  评论(0)    收藏  举报