자바에 이게 필요하다는건 좀 웃긴 일이다.
Arrays.sort(pieces, new Comparator<int[]>() { public int compare(int[] o1, int[] o2) { return o1[0] > o2[0] ? 1: -1; } });