摘要: Content:矩阵 DP Date:2025.7.27 Review 矩阵基本操作:link Example1 - 洛谷-P1962 斐波那契数列 题目描述 给定 \(n\),求斐波那契数列的第 \(n\) 项 \(f_n\)。 \[f_n = \begin{cases} 1 & n = 0,1 阅读全文
posted @ 2025-07-27 22:12 Fallen_Leaf 阅读(201) 评论(0) 推荐(1)