interface Solver { int[] sort(int[] a); }