摘要: #include #include void check(char str[]) { int i,len; len=strlen(str); for(i=0;i #include void bubble_sort_number(int num[],int max) { int i,j,temp; for(i=0;inum[j+1]) ... 阅读全文
posted @ 2016-11-24 22:19 BGD160809305 阅读(104) 评论(1) 推荐(0)