资深光能
<font size=10><font color="RED"><font face="Segoe Print"><strong>
Happy Mother's Day </strong></font></font></font>
<br>
<font size=3><font color="GREEN"><font face="Segoe Print"> Happy Mother's Day! </font></font></font>
保存为Happy.html
然后再桌面打开
高级天翼
cout << "母亲节快乐";
也可以是:
string s = "母亲节快乐!";
for (int i = 0; i < s.size(); i ++) {
cout << s[i];
Sleep(500);
}
只会这么多了,还要其他的你就问问王子逸
新手守护
字不太好看,我尽力了。
cout<<"| __________ | __|__ | __|__|__ | | | | ____/ |"<<endl;
cout<<"| | () | | | | | | | | | _|___ | | | |"<<endl;
cout<<"| __|________|__| ----|---- | ----|---- | | | | | | | |__|___ |"<<endl;
cout<<"| | () | | _| | |_ | | | | | | |__|___|__| | |"<<endl;
cout<<"| |________| | | | | _| | | / | | _| | |_ |"<<endl;
cout<<"| _| | _| | | | | / | | _| |"<<endl;
cout<<"| | | | | |"<<endl;
(ps:不能发整段代码,头文件自行加一下)