?? sy1_5.java~2~
字號:
package shiyan1;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2008</p> * <p>Company: </p> * @author not attributable * @version 1.0 */import java.io.*;public class sy1_5 { public static void main(String[] args)throws IOException { byte a[]=new byte[11]; for(int i=0;i<10;i++) System.in.read(a); for(int i=0;i<9;i++) for(int j=1;j>i&&j<10;j++) {if(a[i]>a[j]) a[10]=a[i]; a[i]=a[j]; a[j]=a[10];}for(int i=0;i<10;i++) System.out.print(a+" ");}}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -