王思源

 

2011年4月26日

Section 1.4,The Clocks

摘要: 1题目描述英文:http://ace.delos.com/usacoprob2?a=2dcMjFnNl7S&S=clocks中文翻译:http://www.nocow.cn/index.php/Translate:USACO/clocks2深度优先搜索解法2.1 思路:用二进制的三位保存一个时钟的状态。低两位表示四种状态,第三位用作进位,每次操作后置零[1][2]2.2 代码:/*ID: wangsiy1LANG: CTASK: clocks*/#include <stdio.h>#include <stdlib.h>#include <string.h& 阅读全文

posted @ 2011-04-26 19:28 王思源 阅读(306) 评论(0) 推荐(0) 编辑

导航