摘要:
public class Ling { public static void main(String[]args){ for(int i=1;i<3;i++){ for(int z=1 ;z<6-i;z++ ){ System.out.print(" "); } for(int j=0;j<2*i- 阅读全文
posted @ 2016-05-22 09:48
喵精二哈
阅读(97)
评论(0)
推荐(0)
摘要:
public class bubblesort{ public bubblesort(){ int a []={54,34,76,58,97,43,22,32,11,12,36,79,98,75,46,35,26} int temp=0; for(int i=0;i<a.length-1;i++){ 阅读全文
posted @ 2016-05-22 09:26
喵精二哈
阅读(83)
评论(0)
推荐(0)
浙公网安备 33010602011771号