1048 注释
Submit solution
Points:
100
Time limit:
1.0s
Memory limit:
32M
Problem types
Allowed languages
C, C++, Java, Python
Description
给出一个C++源程序代码。请将其中的注释去掉。
Sample
Input
//======================
// simplest program
//======================
#include
using namespace std;
//----------------------
int main(){
cout
using namespace std;
int main(){
cout<<”hello world!\n”;
}
Comments