Given an array of integers nums and an integer k, return the total number of continuous subarrays whose sum equals to k.
1 | class Solution { |
Given an array of integers nums and an integer k, return the total number of continuous subarrays whose sum equals to k.
1 | class Solution { |