import java.io.*; class no69 { public static void main(String args[])throws IOException { BufferedReader sc=new BufferedReader(new InputStreamReader(System.in)); String a,b; a=sc.readLine(); b=sc.readLine(); int alpha[]=new int[26]; for(int i=0;i