摘要: 我们在做题时,经常会遇到这样的题: 题目 求方程组 \[\begin{cases} 2x_1+x_2+x_3+x_4=1\\ x_1+2x_2+x_3+x_4=2\\ x_1+x_2+2x_3+x_4=3\\ x_1+x_2+x_3+2x_4=4\\ \end{cases} \] 这时的你欣喜若狂, 阅读全文
posted @ 2026-02-03 22:25 constexpr_ll 阅读(39) 评论(0) 推荐(0)
摘要: 省流:水蓝中~~ 题目传送门 一看到题目: \(1 \le n \le 8\) 这不打表出省一吗?表: \(n=1\): 1 1 \(n=2\): 3 1 2 \(n=3\): 7 1 2 4 1 4 2 \(n=4\): 13 1 2 6 4 1 3 2 7 1 4 6 2 1 7 2 3 \(n 阅读全文
posted @ 2026-02-03 13:11 constexpr_ll 阅读(11) 评论(0) 推荐(0)