摘要:
#include #include int main(){ int *shu=NULL,n,r,i,j,count=0; int flag[10]; scanf("%d%d", &n,&r); if(n==r) { while(n) { printf("%d",n); n--; } putchar('\n'); } else { shu=(int *)malloc((r+1)*sizeof(int)); for(i=r;... 阅读全文
posted @ 2014-02-20 22:51
心中的阿哲
阅读(197)
评论(0)
推荐(0)

浙公网安备 33010602011771号