4041nofoundGeoge @ 2024-11-04 20:06:42
这道题对于新手真的简单吗?
by coderJerry @ 2024-11-04 20:09:40
仅需复制粘贴和一点耐心
by fangkai123 @ 2024-11-04 20:09:54
#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;
}
@4041nofoundGeoge 用最笨的方法
by wangcm @ 2024-11-04 20:10:43
@4041nofoundGeoge 为什么呢?ctrl+v再加cout<<endl即可过关。
by _xjx_ @ 2024-11-04 20:10:47
@4041nofoundGeoge
by YCVV13983841648 @ 2024-11-04 20:14:32
不,复制下图到提交然后把语言改为PHP提交即可通过
by zzgj1235 @ 2024-11-04 20:16:47
@YCVV13983841648 啊对对对
by lwp2013 @ 2024-11-04 21:35:13
PHP