質問編集履歴

1

swordone様のおっしゃる通り、最終行に誤りがございました。

2019/09/28 14:33

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  System.out.print(st1.anyMatch(p) + " ");
16
16
 
17
- System.out.println(st1.allMatch(p));
17
+ System.out.println(st2.allMatch(p));
18
18
 
19
19
  ```
20
20