摘要:
View Code 1 //杭电1028Ignatius and the Princess III 2 /* 3 4 = 4; 4 4 = 3 + 1; 5 4 = 2 + 2; 6 4 = 2 + 1 + 1; 7 4 = 1 + 1 + 1 + 1; 8 9 Sample Input10 411 1012 2013 14 15 Sample Output16 517 4218 62719 */20 #include<stdio.h>21 int num[121][121] = {0};22 int q(int m,int n)23 {24 if(m == 0)m =... 阅读全文
posted @ 2012-07-13 19:21
zlyblog
阅读(203)
评论(0)
推荐(0)

浙公网安备 33010602011771号