9 条题解
-
-1
纯练习cout。很费时间。
#include<iostream> using namespace std; int main(){ cout<<R"( ******** ************ ####....#. #..###.....##.... ###.......###### ### ### ........... #...# #...# ##*####### #.#.# #.#.# ####*******###### #.#.# #.#.# ...#***.****.*###.... #...# #...# ....**********##..... ### ### ....**** *****.... #### #### ###### ###### ############################################################## #...#......#.##...#......#.##...#......#.##------------------# ###########################################------------------# #..#....#....##..#....#....##..#....#....##################### ########################################## #----------# #.....#......##.....#......##.....#......# #----------# ########################################## #----------# #.#..#....#..##.#..#....#..##.#..#....#..# #----------# ########################################## ############ )"; return 0; }
-
-1
在Hydro,享受copy的欢乐
#include<iostream> int main(){ std::cout<<R"( ******** ************ ####....#. #..###.....##.... ###.......###### ### ### ........... #...# #...# ##*####### #.#.# #.#.# ####*******###### #.#.# #.#.# ...#***.****.*###.... #...# #...# ....**********##..... ### ### ....**** *****.... #### #### ###### ###### ############################################################## #...#......#.##...#......#.##...#......#.##------------------# ###########################################------------------# #..#....#....##..#....#....##..#....#....##################### ########################################## #----------# #.....#......##.....#......##.....#......# #----------# ########################################## #----------# #.#..#....#..##.#..#....#..##.#..#....#..# #----------# ########################################## ############ )"; return 0; }
-
-1
水题,就是费时间(
为了拯救大家的时间,直接复制粘贴这个吧))#include <bits/stdc++.h> using namespace std; #define p puts int main() { p(" ********"); p(" ************"); p(" ####....#."); p(" #..###.....##...."); p(" ###.......###### ### ###"); p(" ........... #...# #...#"); p(" ##*####### #.#.# #.#.#"); p(" ####*******###### #.#.# #.#.#"); p(" ...#***.****.*###.... #...# #...#"); p(" ....**********##..... ### ###"); p(" ....**** *****...."); p(" #### ####"); p(" ###### ######"); p("##############################################################"); p("#...#......#.##...#......#.##...#......#.##------------------#"); p("###########################################------------------#"); p("#..#....#....##..#....#....##..#....#....#####################"); p("########################################## #----------#"); p("#.....#......##.....#......##.....#......# #----------#"); p("########################################## #----------#"); p("#.#..#....#..##.#..#....#..##.#..#....#..# #----------#"); p("########################################## ############"); }
-
-2
#include <bits/stdc++.h> using namespace std; #define p puts int main() { p(" ********"); p(" "); p(" ####....#."); p(" #..###.....##...."); p(" ###.......###### ### ###"); p(" ........... #...# #...#"); p(" ######### #.#.# #.#.#"); p(" ########## #.#.# #.#.#"); p(" ...#..###.... #...# #...#"); p(" ....****##..... ### ###"); p(" .... *****...."); p(" #### ####"); p(" ###### ######"); p("##############################################################"); p("#...#......#.##...#......#.##...#......#.##------------------#"); p("###########################################------------------#"); p("#..#....#....##..#....#....##..#....#....#####################"); p("########################################## #----------#"); p("#.....#......##.....#......##.....#......# #----------#"); p("########################################## #----------#"); p("#.#..#....#..##.#..#....#..##.#..#....#..# #----------#"); p("########################################## ############"); }
-
-2
#include<bits/stdc++.h> int main() { printf( " ********\n" " ************\n" " ####....#.\n" " #..###.....##....\n" " ###.......###### ### ###\n" " ........... #...# #...#\n" " ##*####### #.#.# #.#.#\n" " ####*******###### #.#.# #.#.#\n" " ...#***.****.*###.... #...# #...#\n" " ....**********##..... ### ###\n" " ....**** *****....\n" " #### ####\n" " ###### ######\n" "##############################################################\n" "#...#......#.##...#......#.##...#......#.##------------------#\n" "###########################################------------------#\n" "#..#....#....##..#....#....##..#....#....#####################\n" "########################################## #----------#\n" "#.....#......##.....#......##.....#......# #----------#\n" "########################################## #----------#\n" "#.#..#....#..##.#..#....#..##.#..#....#..# #----------#\n" "########################################## ############\n" ); return 0; }
-
-3
#include <cstdio> int main() { puts(" ********"); puts(" ************"); puts(" ####....#."); puts(" #..###.....##...."); puts(" ###.......###### ### ###"); puts(" ........... #...# #...#"); puts(" ##*####### #.#.# #.#.#"); puts(" ####*******###### #.#.# #.#.#"); puts(" ...#***.****.*###.... #...# #...#"); puts(" ....**********##..... ### ###"); puts(" ....**** *****...."); puts(" #### ####"); puts(" ###### ######"); puts("##############################################################"); puts("#...#......#.##...#......#.##...#......#.##------------------#"); puts("###########################################------------------#"); puts("#..#....#....##..#....#....##..#....#....#####################"); puts("########################################## #----------#"); puts("#.....#......##.....#......##.....#......# #----------#"); puts("########################################## #----------#"); puts("#.#..#....#..##.#..#....#..##.#..#....#..# #----------#"); puts("########################################## ############"); return 0; }
-
-3
#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; }
-
-4
************ ####....#. #..###.....##.... ###.......###### ### ### ........... #...# #...# ##*####### #.#.# #.#.# ####*******###### #.#.# #.#.# ...#***.****.*###.... #...# #...# ....**********##..... ### ### ....**** *****.... #### #### ###### ######
############################################################## #...#......#.##...#......#.##...#......#.##------------------# ###########################################------------------# #..#....#....##..#....#....##..#....#....##################### ########################################## #----------# #.....#......##.....#......##.....#......# #----------# ########################################## #----------# #.#..#....#..##.#..#....#..##.#..#....#..# #----------# ########################################## ############
- 1
信息
- ID
- 5058
- 时间
- 1000ms
- 内存
- 128MiB
- 难度
- 1
- 标签
- 递交数
- 2046
- 已通过
- 727
- 上传者