problemscpp
A collection of my answers to algorithm problems in c++.
静态 Public 成员函数 | 所有成员列表
luogu::P1000类 参考

洛谷 P1000 超级玛丽游戏 更多...

#include <luogu.h>

静态 Public 成员函数

static int main (istream &cin, ostream &cout)
 

详细描述

洛谷 P1000 超级玛丽游戏

在文件 luogu.h16 行定义.

成员函数说明

◆ main()

int luogu::P1000::main ( istream &  cin,
ostream &  cout 
)
static

在文件 luogu.cpp27 行定义.

27 {
28 cout << " ********\n"
29 " ************\n"
30 " ####....#.\n"
31 " #..###.....##....\n"
32 " ###.......###### ### ###\n"
33 " ........... #...# #...#\n"
34 " ##*####### #.#.# #.#.#\n"
35 " ####*******###### #.#.# #.#.#\n"
36 " ...#***.****.*###.... #...# #...#\n"
37 " ....**********##..... ### ###\n"
38 " ....**** *****....\n"
39 " #### ####\n"
40 " ###### ######\n"
41 "##############################################################\n"
42 "#...#......#.##...#......#.##...#......#.##------------------#\n"
43 "###########################################------------------#\n"
44 "#..#....#....##..#....#....##..#....#....#####################\n"
45 "########################################## #----------#\n"
46 "#.....#......##.....#......##.....#......# #----------#\n"
47 "########################################## #----------#\n"
48 "#.#..#....#..##.#..#....#..##.#..#....#..# #----------#\n"
49 "########################################## ############";
50 return 0;
51 }

被这些函数引用 luogu::TEST().


该类的文档由以下文件生成: