From f68e88405259b0e2b50937e32a9b505110f451a3 Mon Sep 17 00:00:00 2001 From: S-N-O-R-L-A-X Date: Wed, 21 Aug 2024 20:01:22 +0800 Subject: [PATCH] 2024-08-21 --- src/assets/2024.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/assets/2024.json b/src/assets/2024.json index a13142a..baaefc0 100644 --- a/src/assets/2024.json +++ b/src/assets/2024.json @@ -2787,6 +2787,42 @@ "method": "模拟", "learn": "", "unknown": "" + }, + { + "date": "2024/8/19", + "no": "552", + "name": "学生出勤记录 II", + "slug": "student-attendance-record-ii", + "difficulty": "困难", + "rating": null, + "situation": "自己做出", + "method": "记忆化搜索/dp/矩阵快速幂", + "learn": "", + "unknown": "" + }, + { + "date": "2024/8/20", + "no": "3154", + "name": "到达第 K 级台阶的方案数", + "slug": "find-number-of-ways-to-reach-the-k-th-stair", + "difficulty": "困难", + "rating": 2071, + "situation": "没看懂答案", + "method": "记忆化搜索/数学", + "learn": "", + "unknown": "" + }, + { + "date": "2024/8/21", + "no": "3007", + "name": "价值和小于等于 K 的最大数字", + "slug": "maximum-number-that-sum-of-the-prices-is-less-than-or-equal-to-k", + "difficulty": "中等", + "rating": 2258, + "situation": "没看懂答案", + "method": "二分+数学", + "learn": "", + "unknown": "" } ] ]