0
已采纳
0
0
0
0
0
0
0
0
0
#include<iostream>
using namespace std;
int main()
{
cout<<"床前明月光,";
cout<<endl;
cout<<"疑是地上霜。";
cout<<endl;
cout<<"举头望明月,";
cout<<endl;
cout<<"低头思故乡。";
return 0;
}
0
0
0
0
0
0
0
//输出(cout)<<"床前明月光,"<<endl;
//输出(cout)<<"疑是地上霜。"<<endl;
//输出(cout)<<"举头望明月,"<<endl;
//输出(cout)<<"低头思故乡。"<<endl;
不要直接复制,否则会报错。

求采纳!

0
0
#include<iostream>
using namespace std;
int main()
{
cout<<"床前明月光,"<<endl;
cout<<"疑是地上霜。"<<endl;
cout<<"举头望明月,"<<endl;
cout<<"低头思故乡。"<<endl;
return 0;
}
0
0
直接输出古诗。
cout<<"床前明月光,";
cout<<endl;
cout<<"疑是地上霜。";
cout<<endl;
cout<<"举头望明月,";
cout<<endl;
cout<<"低头思故乡。";
0
0
0
0
0
0
cout<<"床前明月光,"<<endl; cout<<"疑是地上霜。"<<endl; cout<<"举头望明月,"<<endl; cout<<"低头思故乡。"<<endl;
核心部分。
希望你能做出来
0
0
cout<<"床前明月光,"; cout<<endl; cout<<"疑是地上霜。"; cout<<endl; cout<<"举头望明月,"; cout<<endl; cout<<"低头思故乡。";
0
0
0
0
0
核心部分
cout<<"床前明月光,"<<endl;
cout<<"疑是地上霜。"<<endl;
cout<<"举头望明月,"<<endl;
cout<<"低头思故乡。"<<endl;
0
#include<iostream>
using namespace std;
int main()
{
cout<<"床前明月光,"<<endl;
cout<<"疑是地上霜。"<<endl;
cout<<"举头望明月,"<<endl;
cout<<"低头思故乡。"<<endl;
return 0;
}
0
0
0
0
0
0
0
0
0
0


