/* package whatever; // don't place package name! */
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.Scanner;
/* Name of the class has to be "Main" only if the class is public. */
class main
{
public static void main
(string[] args
)
{
// your code goes here
string s
[]=
{"a(bc)*de",
"[a-c]{3}cab+(da)*f"};
for (int i=0;i<2;i++)
{
Pattern r=Pattern.compile(you);
Matcher m=r.matcher(line);
if (m.find())
{
system.
out.
println("Match found");
}
else
{
}
}
}
}