public interface DatingService { public int[] match(int[][] men, int[][] women); }