1 2 3 4 5
public class Solution { public static int solution(int[] x, int[] y) { // Your code here } }