We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4505ccc commit 1d595fcCopy full SHA for 1d595fc
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