摘要: 视频链接:G24 矩阵求逆 高斯约旦消元法_哔哩哔哩_bilibili Luogu P4783 【模板】矩阵求逆 #include<iostream> #include<cstdio> #include<cmath> #define LL long long using namespace std; 阅读全文
posted @ 2022-10-05 21:34 董晓 阅读(370) 评论(0) 推荐(1) 编辑
摘要: 视频链接:G23 线性方程组 高斯消元法_哔哩哔哩_bilibili Luogu P3389 【模板】高斯消元法 #include <iostream> #include <algorithm> #include <cmath> using namespace std; const int N = 阅读全文
posted @ 2022-10-05 21:31 董晓 阅读(569) 评论(1) 推荐(4) 编辑
摘要: 视频链接:https://www.bilibili.com/video/BV1GR4y1X7Mc/ Luogu P4195 【模板】扩展 BSGS/exBSGS #include <iostream> #include <cstring> #include <algorithm> #include 阅读全文
posted @ 2022-10-05 21:29 董晓 阅读(261) 评论(1) 推荐(1) 编辑