Chenkezhen1234 @ 2024-03-18 20:10:47
看不懂思密达
by dontwannacry @ 2024-03-18 20:12:23
建议重学C++
by User966827 @ 2024-03-18 20:19:53
?
by LYJ_B_O_Creation @ 2024-03-18 20:26:56
@Chenkezhen1234 就是要一行一行的输出,有几行你输出几行
by hanyuhao2024 @ 2024-03-18 20:31:08
说白了就是把样例复制后输出
上代码:
#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 Chinese_good_FaFa @ 2024-03-21 13:54:01
用PHP,直接复制就可以了
by zshs0712 @ 2024-03-22 20:18:48
@Chenkezhen1234 666
by ZHY182 @ 2024-03-30 10:50:44
无语
by Chenkezhen1234 @ 2024-04-13 14:07:16
@hanyuhao2024 直接复制粘贴就行了
by hanyuhao2024 @ 2024-04-13 16:41:06
@Chenkezhen1234
蒟蒻刚学不会,谢谢大佬
by Cbr1 @ 2024-04-27 20:12:57
有几个输出几个