progs/catastrophic/catastrophic9.java
changeset 959 64ec1884d860
parent 906 2bf1516d730f
--- a/progs/catastrophic/catastrophic9.java	Sat Dec 02 21:37:04 2023 +0000
+++ b/progs/catastrophic/catastrophic9.java	Wed Feb 21 09:14:12 2024 +0000
@@ -27,7 +27,7 @@
             Pattern pattern = Pattern.compile("(a*)*b");
             
             // Run from 0 to 50000 characters
-            for (int length = 0; length < 50000; length += 5000) {
+            for (int length = 0; length < 65000; length += 5000) {
                 
                 // Build input of specified length
                 String input = "";