随笔分类 -  ACM_大数题

摘要:1 #include 2 const int MAX = 10000; 3 const int BASE = MAX; 4 int main() 5 { 6 int n, i, j; 7 while(~scanf("%d",&n)) 8 { 9 int ans[10000]={0}, left=MAX-1, t=0;10 ans[MAX-1]=1;11 for(i=2;i=left;j--)14 {15 ... 阅读全文
posted @ 2013-07-15 09:18 瓶哥 阅读(354) 评论(0) 推荐(0)