Skip to content

Commit 1d595fc

Browse files
authored
format
1 parent 4505ccc commit 1d595fc

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)