import java.io.*; import java.util.*; import java.text.*; import java.math.*; import java.util.regex.*; /** * Note: An empty string is always a sub-string * @author srinath * */ public class Solution { //public static HashMap h=new HashMap(); public static String equal(String w1, String w2) { HashMap h=new HashMap(); String w; int a=w1.length(); int b=w2.length(); if(a>b){ w=w1; w1=w2; w2=w; } int seet=0; for(int j=0;j