Skip to content

Commit a303b5b

Browse files
committed
dialy
1 parent 5e2ddca commit a303b5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

my-submissions/e3512.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class Solution:
2+
def minOperations(self, nums: List[int], k: int) -> int:
3+
return sum(nums) % k

0 commit comments

Comments
 (0)