F
Size: a a a
F
N
AK
import java.util.*;
class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
TreeSet<Integer> tree = new TreeSet<>(new Comparator<Integer>() {
@Override
public int compare(Integer o1, Integer o2) {
return o2-o1;
}
});
//YOUR CODE will be placed HERE
}
}
П
D
П
П
D
AA
AA
TT
D
AA
SK
Kd
k
SK
SK
SK