Eternally_szc @ 2024-06-07 20:23:00
真的非常简单,不放心的话在cout里面复制粘贴就行
by mc_xiexie @ 2024-06-07 20:24:26
wyy
by 大眼仔Happy @ 2024-06-07 20:28:30
谁问你了
by yjy_echo @ 2024-06-07 20:36:01
@13185921735hl 题目讨论版 简要规则
本版块可以发布自己的代码请求他人进行 debug,对题目提出疑惑及修正,或者是提示重要信息,但不应在此下面发布与此题无关的内容或者本题的题解。
by _QWQ_TAT_ @ 2024-06-07 21:11:45
wyy,zsb,jbl,sqlm
by ouyuchen12 @ 2024-06-13 18:34:59
谁问你啦!!!
by aibianchendeyangyang @ 2024-06-19 22:10:23
C++11代码
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<<"########################################## ############"<<endl; return 0; }
by ertai310 @ 2024-06-22 20:30:41
?
by Umily39 @ 2024-06-27 21:18:22
这种题居然有人没过
by wangyingying111102 @ 2024-07-10 17:54:08
????吓死窝了,窝叫wyy
by Rb3f @ 2024-07-12 16:53:28
#include<bits/stdc++.h>
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<<"########################################## ############"<<endl;
return 0;
}
//会有人竟然没过