[博弈] poj 1067 #裸的Wythoff Game

/** [博弈] poj 1067 #裸的Wythoff Game 解法参见 http://www.acmwiki.com/index.php?doc-view-1326.htm */ #include <stdio.h> #include <math.h> #include <algorithm> const double gc = (1 + sqrt(5.0)) / 2.0; int mai
相关文章
相关标签/搜索