2016年5月5日

最小公倍数 大数问题

摘要: 1 #include<stdio.h> 2 #include<string.h> 3 #define N 50 4 int len,a[N]={1}; 5 char tab[100][45]={0,1}; 6 inline int gcd(int a,int b) 7 { 8 return b==0 阅读全文

posted @ 2016-05-05 11:51 青春的梦想付诸行动 阅读(245) 评论(0) 推荐(0)

导航