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