From 136a43c0cb4fbb1913f4197b8c924c7fed5b7af2 Mon Sep 17 00:00:00 2001 From: isaiahliu Date: Mon, 30 Dec 2024 11:20:40 +0800 Subject: [PATCH] 1 --- src/main/kotlin/p30xx/Problem3046.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/p30xx/Problem3046.kt b/src/main/kotlin/p30xx/Problem3046.kt index d219c0e4..f89eb7c5 100644 --- a/src/main/kotlin/p30xx/Problem3046.kt +++ b/src/main/kotlin/p30xx/Problem3046.kt @@ -14,7 +14,7 @@ fun main() { expect { Solution().isPossibleToSplit( - intArrayOf(1, 1, 0, 0, 0, 1, 1, 0, 0, 1), 3 + intArrayOf(1, 1, 0, 0, 0, 1, 1, 0, 0, 1) ) } }