FengYuXinMing @ 2022-12-19 14:42:23
#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;
}
by FengYuXinMing @ 2022-12-19 14:57:42
@WA_sir OKOK
by FengYuXinMing @ 2022-12-19 15:00:01
各位大佬,刚才有一条发给@Franz_Liszt的回复,半天发不出去,所以刚才才回复,(虽然现在也没法出去) ,还请见谅
by Eleveslaine @ 2022-12-19 15:06:51
@hutongyu qwq
by Eleveslaine @ 2022-12-19 15:07:25
过了就行
by Composite_Function @ 2022-12-19 15:20:04
@lichenzhen 测评忽略行末空格
by lichenzhen @ 2022-12-19 15:23:49
@fengguangxi 但是不忽略行首的空格,应该是他的代码行首的空格导致没过的
by Composite_Function @ 2022-12-19 15:51:08
@lichenzhen 哦
by jacky6666 @ 2022-12-19 16:17:07
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<" ********\n ************\n ####....#.\n #..###.....##....\n ###.......###### ### ###\n ........... #...# #...#\n ##*####### #.#.# #.#.#\n ####*******###### #.#.# #.#.#\n ...#***.****.*###.... #...# #...#\n ....**********##..... ### ###\n ....**** *****....\n #### ####\n ###### ######\n##############################################################\n#...#......#.##...#......#.##...#......#.##------------------#\n###########################################------------------#\n#..#....#....##..#....#....##..#....#....#####################\n########################################## #----------#\n#.....#......##.....#......##.....#......# #----------#\n########################################## #----------#\n#.#..#....#..##.#..#....#..##.#..#....#..# #----------#\n########################################## ############";
return 0;
}
by Jasonshan10 @ 2023-01-01 20:57:28
PHP语言直接复制便可