From f80a39e5147a88cdbfe363bfb9735dd7b660579f Mon Sep 17 00:00:00 2001 From: li_chx Date: Tue, 10 Mar 2026 09:52:40 +0800 Subject: [PATCH] =?UTF-8?q?3130.=20=E6=89=BE=E5=87=BA=E6=89=80=E6=9C=89?= =?UTF-8?q?=E7=A8=B3=E5=AE=9A=E7=9A=84=E4=BA=8C=E8=BF=9B=E5=88=B6=E6=95=B0?= =?UTF-8?q?=E7=BB=84=20II?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 33bb780..9431a8e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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;