We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cae90c commit def8733Copy full SHA for def8733
src/main/kotlin/g3501_3600/s3533_concatenated_divisibility/Solution.kt
@@ -2,6 +2,7 @@ package g3501_3600.s3533_concatenated_divisibility
2
3
// #Hard #2025_04_27_Time_20_ms_(100.00%)_Space_49.10_MB_(100.00%)
4
5
+@Suppress("kotlin:S107")
6
class Solution {
7
fun concatenatedDivisibility(nums: IntArray, k: Int): IntArray {
8
nums.sort()
0 commit comments