LeetCode: 2348-Number of Zero-Filled Subarrays 解題紀錄
Last Updated on 2023-03-21 by Clay
題目
Given an integer array nums
, return the number of subarrays filled with 0
.
Last Updated on 2023-03-21 by Clay
Given an integer array nums
, return the number of subarrays filled with 0
.