Testdata fixed

This commit is contained in:
Tagir Valeev
2018-10-03 10:06:06 +07:00
parent baaad6c42d
commit 46ffa7b2cc
2 changed files with 9 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ public class Main {
}
}
if (b) {
System.out.println("Ok!");
System.out.println("Ok!");
}
}
if(list.size() > 2 || list.stream().filter(x -> x != null).anyMatch(x -> x.startsWith("x"))) { // not supported