2014年11月18日
摘要: dddd 1 int vec_rotate(char *vec,int rotdist, int length) { 2 int i,j,k,times; 3 char t; 4 times = gcd(rotdist,length); 5 printf("%d\n",times); 6 for(... 阅读全文
posted @ 2014-11-18 22:35 小黄驴 阅读(235) 评论(0) 推荐(0)
摘要: hele结束 阅读全文
posted @ 2014-11-18 22:31 小黄驴 阅读(98) 评论(0) 推荐(0)
摘要: 非常高兴。int vec_rotate(char *vec,int rotdist, int length) { int i,j,k,times; char t; times = gcd(rotdist,length); printf("%d\n",times); fo... 阅读全文
posted @ 2014-11-18 22:28 小黄驴 阅读(197) 评论(0) 推荐(0)