// This is the text editor interface. // Anything you type or change here will be seen by the other person in real time. import java.io.*; import java.util.*; import java.text.*; import java.math.*; import java.util.regex.*; public class Solution { public static int getMaxLengthPeriod(int[] a,int index){ int ptr=index; while(ptrresult) result=period; } System.out.println(result); } }