當前位置:成語大全網 - 書法字典 - 字典順序的整數

字典順序的整數

公共類順序字{

公共靜態void main(String[] args) {

Scanner sc =新掃描儀(system . in);

列表& lt字符串& gtli = new ArrayList & lt字符串& gt();

System.out.println("輸入整數:");

int n;

n = sc . nextint();

system . out . println(" input "+n+" words:");

for(int I = 0;我& ltn;i++){

string word = sc . next();

li.add(字);

}

Collections.sort(李);

for(字符串s:li)

system . out . println(s);

}

}