/ OPS / 题库 /

注释

注释

#描述#
给出一个C++源程序代码。请将其中的注释去掉。

#格式#
##输入格式##

##输出格式##

#样例1#
##样例输入1##

//======================

// simplest program

//======================
#include&ltiostream&gt
using namespace std;
//----------------------
int main(){
cout&lt&lt”hello world!\n”;
}//---------------------

 

##样例输出1##

#include&ltiostream&gt
using namespace std;
int main(){
cout&lt&lt”hello world!\n”;
}

#限制#
1000ms
32768KB

#提示#

#来源#

信息

ID
1048
难度
8
分类
category1 点击显示
标签
递交数
24
已通过
5
通过率
21%
上传者