将C程序代码中的双斜杠注释去掉。
|
//======================
// simplest program
//======================
#include
using namespace std;
//----------------------
int main(){
cout<<”hello world!\n”;
}//---------------------
#include
using namespace std;
int main(){
cout<<”hello world!\n”;
}