Commit ee8dd91a authored by alireza's avatar alireza

new Commit

parent ad3553b1
......@@ -12,7 +12,7 @@ public class Main {
{
s1=format.substring(0,first_star);
s2=input.substring(0,first_star);
System.out.println(s1+"\n"+);
System.out.println(s1+'\n'+s2);
if(!s1.equals(s2))
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment