摘要: 1.hdu 1028Ignatius and the Princess III整数划分 1 #include 2 __int64 dp[121][121]; 3 int main() 4 { 5 __int64 i,j,k,n,m; 6 for(i=0;ij)20 ... 阅读全文
posted @ 2014-04-22 12:41 芷水 阅读(203) 评论(0) 推荐(0) 编辑