数学模板复习 2025.7.13
-
https://www.luogu.com.cn/problem/P1082
https://www.luogu.com.cn/article/1wawrmip
-
https://www.luogu.com.cn/problem/P1495 https://www.luogu.com.cn/article/n6if1g3y
在转化为
\begin{cases} x_1 \equiv b_1 \ (mod \ a_1) \\x_1 \equiv b_2 \ (mod \ a_2) \\x_1 \equiv b_3 \ (mod \ a_3) \\ \ \ \ \ ... \\ x_1 \equiv b_n \ (mod \ a_n) \end{cases}
后,可以不将
提交记录
4.https://www.luogu.com.cn/problem/B3717
提交记录
-
https://www.luogu.com.cn/problem/P1939
-
https://www.luogu.com.cn/problem/P3389
https://www.luogu.com.cn/article/qy16iwbu
代码复杂了,看自己的 7.