摘要:
B -Discovering GoldTime Limit:2000MSMemory Limit:32768KB64bit IO Format:%lld & %lluDescriptionYou are in a cave, a long cave! The cave can be represen... 阅读全文
摘要:
A -A Dangerous MazeTime Limit:2000MSMemory Limit:32768KB64bit IO Format:%lld & %lluDescriptionYou are in a maze; seeingndoors in front of you in begin... 阅读全文
摘要:
Secret Code问题描述The Sarcophagus itself is locked by a secret numerical code. When somebody wants to open it, he must know the code and set it exactly o... 阅读全文
摘要:
博客园数学公式首先:进入博客园>>管理>>选项>>启用数学公式支持使用:将公式写在中 '\''(' 此处填写公式内容 '\'')' ,去掉全部引号举例:‘\''(’a^{5}=a^{2}*a^{3}‘\'')’ 显示:\(a^{5}=a^{2}*a^{3}\) '\''('F_{n} = F_... 阅读全文
摘要:
转自:http://www.cnblogs.com/airwindow/p/4067902.html动态规划、分治法和贪心法都是利用求解子问题,而后利用子问题求解更上层问题,最终获得全局解决方案的方法。但是三者的应用场景和性质却存在着极大的不同:1.分治法很容易与动态规划问题混淆,但两者却有着本质上... 阅读全文