Skip to content

Commit 7039e95

Browse files
authored
Merge pull request #142 from masx200/format-updates
format
2 parents 4505ccc + 1d595fc commit 7039e95

File tree

1 file changed

+0
-2
lines changed
  • maximum-number-of-weeks-for-which-you-can-work

1 file changed

+0
-2
lines changed

maximum-number-of-weeks-for-which-you-can-work/index.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ class Solution {
99
max = Math.max(max, it.toLong())
1010
}
1111
return if (max * 2 > sum) (sum - max) * 2 + 1 else sum
12-
13-
1412
}
1513
}

0 commit comments

Comments
 (0)