import java.util.*; import java.io.*; class TwoCharacters { static int twoCharaters(String s) { int l = s.length(); if(l<2) return 0; int c[] = new int[26]; for(int i=0;imax){ max = str.length(); maxString = str; } } } return max; } public static void main(String args[]) { Scanner sc = new Scanner(System.in); int t = sc.nextInt(); while(t--!=0){ } } }