We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4505ccc + 1d595fc commit 7039e95Copy full SHA for 7039e95
maximum-number-of-weeks-for-which-you-can-work/index.kt
@@ -9,7 +9,5 @@ class Solution {
9
max = Math.max(max, it.toLong())
10
}
11
return if (max * 2 > sum) (sum - max) * 2 + 1 else sum
12
-
13
14
15
0 commit comments