摘要: 12345678910111213141516171819202122#include main(){inti,j,temp;inta[10];for(i=0;ia[i+1]){ temp=a[i];a[i]=a[i+1];a[i+1]=temp;}}for(i=1;i<11;i++)printf(... 阅读全文
posted @ 2015-11-06 19:00 huangmp 阅读(200) 评论(19) 推荐(0)