Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahliu committed Dec 30, 2024
1 parent 8764cf7 commit 136a43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/p30xx/Problem3046.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
}
}

0 comments on commit 136a43c

Please sign in to comment.