摘要:
http://acm.nyist.net/JudgeOnline/problem.php?pid=45刚开始没注意,是大数....View Code 1 #include <stdio.h> 2 #include <string.h> 3 int ans[102][61]; 4 int main() 5 { 6 int i,j,n,t,k; 7 memset(ans,0,sizeof(ans)); 8 ans[1][0]=4; 9 for(i=2;i<102;i++)10 {11 k=0;12 for(j=0;j<61;... 阅读全文
posted @ 2012-09-14 16:23
YORU
阅读(217)
评论(0)
推荐(0)

浙公网安备 33010602011771号