2013年10月11日

poj 3213 PM3

摘要: 题目链接:http://poj.org/problem?id=3213解题思路:直接模拟矩阵相乘 1 /************************************************************************** 2 user_id: SCNU20102200088 3 problem_id: poj 3213 4 problem_name: PM3 5 **************************************************************************/ 6 7 #include 8 ... 阅读全文

posted @ 2013-10-11 15:41 SCNU20102200088 阅读(377) 评论(0) 推荐(0) 编辑

hdoj 4432 Sum of divisors

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4432解题思路:简单的进制转换 1 /************************************************************************** 2 user_id: SCNU20102200088 3 problem_id: hdoj 4432 4 problem_name: Sum of divisors 5 ********************************************************************... 阅读全文

posted @ 2013-10-11 15:33 SCNU20102200088 阅读(190) 评论(0) 推荐(0) 编辑

hdoj 4112 Break the Chocolate

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4112解题思路:第一种:n*m*k-1, 第二种:ceil(log(n)/log(2))+ceil(log(m)/log(2))+ceil(log(k)/log(2)). 1 /************************************************************************** 2 user_id: SCNU20102200088 3 problem_id: hdoj 4112 4 problem_name: Break the Chocolate 5 阅读全文

posted @ 2013-10-11 08:52 SCNU20102200088 阅读(121) 评论(0) 推荐(0) 编辑

导航