String a="我爱慕课网";
String b="www.imooc.com";
System.out.println(a+"\n"+b);
这样不通过
这样为什么就能通过了?
估计写的程序是根据行数和关键字判断是否答案是否正确