要求输出指定内容运用cout函数达成,加上头文件,回车为endl 源代码:
#include<bits/stdc++.h>//万能头文件
using namespace std;
int main()//头文件
{
cout<<"zhe"<<endl;
cout<<"shi"<<endl;
cout<<"yi"<<endl;
cout<<"dao"<<endl;
cout<<"qian"<<endl;
cout<<"dao"<<endl;
cout<<"ti"<<endl;
}
已检查无误,欢迎采用借鉴