3130. 找出所有稳定的二进制数组 II

This commit is contained in:
li_chx 2026-03-10 09:52:40 +08:00
parent bd8207767a
commit f80a39e514
Signed by: li_chx
GPG Key ID: 70D4985BB8180E92
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
struct Solution;
mod arr;
impl Solution {
pub fn number_of_stable_arrays(zero: i32, one: i32, limit: i32) -> i32 {
let md = 1e9 as i64 + 7;