計蒜客 成績排序(「結構體」)

class students {     int Score,id; } class mycmp implements Comparator<students> {     @Override     public int compare(students A, students B) {         // TODO Auto-generated method stub         if(
相關文章
相關標籤/搜索