problemscpp
A collection of my answers to algorithm problems in c++.
|
LeetCode 913. 猫和老鼠 更多...
类 | |
class | Solution |
变量 | |
const int | CAT_WIN = 2 |
const int | DRAW = 0 |
const int | MAXN = 51 |
const int | MOUSE_WIN = 1 |
LeetCode 913. 猫和老鼠
const int leetcode::cat_and_mouse::CAT_WIN = 2 |
在文件 leetcode.h 第 227 行定义.
被这些函数引用 leetcode::cat_and_mouse::Solution::getNextResult() , 以及 leetcode::cat_and_mouse::Solution::getResult().
const int leetcode::cat_and_mouse::DRAW = 0 |
在文件 leetcode.h 第 229 行定义.
被这些函数引用 leetcode::cat_and_mouse::Solution::getNextResult() , 以及 leetcode::cat_and_mouse::Solution::getResult().
const int leetcode::cat_and_mouse::MAXN = 51 |
在文件 leetcode.h 第 231 行定义.
const int leetcode::cat_and_mouse::MOUSE_WIN = 1 |
在文件 leetcode.h 第 225 行定义.
被这些函数引用 leetcode::cat_and_mouse::Solution::getNextResult() , 以及 leetcode::cat_and_mouse::Solution::getResult().