problemscpp
A collection of my answers to algorithm problems in c++.
|
AcWing 2060. 奶牛选美 更多...
类 | |
class | acwing2060 |
struct | point |
struct | pointequal |
struct | pointhash |
函数 | |
void | flood (point first, bool occupy[55][55], unordered_set< point, pointhash, pointequal > *edge, char cowhide[55][55], int n, int m) |
TEST (acwing2060, case1) | |
AcWing 2060. 奶牛选美
void acwing::acwing2060::flood | ( | point | first, |
bool | occupy[55][55], | ||
unordered_set< point, pointhash, pointequal > * | edge, | ||
char | cowhide[55][55], | ||
int | n, | ||
int | m | ||
) |
在文件 acwing.cpp 第 371 行定义.
acwing::acwing2060::TEST | ( | acwing2060 | , |
case1 | |||
) |