lzbyyds @ 2023-12-16 16:37:25
#include <iostream>
using namespace std;
int main(){
cout<<" ********"<<endl;
cout<<" ************"<<endl;
cout<<" ####....#."<<endl;
cout<<" #..###.....##...."<<endl;
cout<<" ###.......###### ### ###"<<endl;
cout<<" ........... #...# #...#"<<endl;
cout<<" ##*####### #.#.# #.#.#"<<endl;
cout<<" ####*******###### #.#.# #.#.#"<<endl;
cout<<" ...#***.****.*###.... #...# #...#"<<endl;
cout<<" ....**********##..... ### ###"<<endl;
cout<<" ....**** *****...."<<endl;
cout<<" #### ####"<<endl;
cout<<" ###### ######"<<endl;
cout<<"##############################################################"<<endl;
cout<<"#...#......#.##...#......#.##...#......#.##------------------#"<<endl;
cout<<"###########################################------------------#"<<endl;
cout<<"#..#....#....##..#....#....##..#....#....#####################"<<endl;
cout<<"########################################## #----------#"<<endl;
cout<<"#.....#......##.....#......##.....#......# #----------#"<<endl;
cout<<"########################################## #----------#"<<endl;
cout<<"#.#..#....#..##.#..#....#..##.#..#....#..# #----------#"<<endl;
cout<<"########################################## ############";
return 0;
}
by Chernobog_Belobog @ 2023-12-16 16:40:03
@lzbyyds 怎么又在评论区发题解
by cff_0102 @ 2023-12-16 16:40:10
@lzbyyds cout<<"一个字符串"
能够用来输出一个字符串,endl能够换行
by xiaoshumiao @ 2023-12-16 16:40:27
@lzbyyds 不就是输出这些东西吗?建议学习 C++ 基本语法。
by Chernobog_Belobog @ 2023-12-16 16:41:47
@lzbyyds 上一篇刚被删又来 你不会是unknown_error的小号吧
by xiaoshumiao @ 2023-12-16 16:43:30
@zhangbomingpp 不过 AC 一道红题又没什么价值。
by 2021zjhs005 @ 2023-12-16 16:43:56
@lzbyyds
一行一行输出,endl 换行。
话说这都不会?
by danlao @ 2023-12-16 16:49:58
错了,是这个
by Chernobog_Belobog @ 2023-12-16 20:50:07
@xiaoshumiao 这个之前好像放过一个黄题的
by xiaoshumiao @ 2023-12-16 20:54:10
@zhangbomingpp 我看到的时候被删了,不过我知道是哪一题。
by Chernobog_Belobog @ 2023-12-16 21:17:04
@xiaoshumiao 不过,是我举报的