Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/06/08 (1)
넘치게 채우기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/Okzwq/btsHThLkUTA/pk0KxZ0xHA0NNKcPtV7eAK/img.png)
https://leetcode.com/problems/continuous-subarray-sum/description/leetcode - Continuous Subarray Sum문제 유형 : 부분합, 수학문제 난이도 : Medium 문제Given an integer array nums and an integer k, return true if nums has a good subarray or false otherwise.A good subarray is a subarray where:its length is at least two, andthe sum of the elements of the subarray is a multiple of k.Note that:A subarray is a contiguo..
PS/LeetCode
2024. 6. 8. 11:09