懒人代码
查看原帖
懒人代码
1625594
xiaoyueheng2024520楼主2025/2/5 20:52
#include<bits/stdc++.h>
using namespace std;
using ll=long long;

int main()
{
  ios::sync_with_stdio(false),cin.tie(0),cout.tie(0);
  cout<<"                ********"<<'\n';
  cout<<"               ************"<<'\n';
  cout<<"               ####....#."<<'\n';
  cout<<"             #..###.....##...."<<'\n';
  cout<<"             ###.......######              ###            ###"<<'\n';
  cout<<"                ...........               #...#          #...#"<<'\n';
  cout<<"               ##*#######                 #.#.#          #.#.#"<<'\n';
  cout<<"            ####*******######             #.#.#          #.#.#"<<'\n';
  cout<<"           ...#***.****.*###....          #...#          #...#"<<'\n';
  cout<<"           ....**********##.....           ###            ###"<<'\n';
  cout<<"           ....****    *****...."<<'\n';
  cout<<"             ####        ####"<<'\n';
  cout<<"           ######        ######"<<'\n';
  cout<<"##############################################################"<<'\n';
  cout<<"#...#......#.##...#......#.##...#......#.##------------------#"<<'\n';
  cout<<"###########################################------------------#"<<'\n';
  cout<<"#..#....#....##..#....#....##..#....#....#####################"<<'\n';
  cout<<"##########################################    #----------#"<<'\n';
  cout<<"#.....#......##.....#......##.....#......#    #----------#"<<'\n';
  cout<<"##########################################    #----------#"<<'\n';
  cout<<"#.#..#....#..##.#..#....#..##.#..#....#..#    #----------#"<<'\n';
  cout<<"##########################################    ############";
  return 0;
}

2025/2/5 20:52
加载中...