摘要: 题目:[SDOI2006]线性方程组 显然,高斯消元模板题 代码: #include <cstdio> #include <cstdlib> #include <cstring> #include <algorithm> #include <cmath> #define N 105 #define 阅读全文
posted @ 2022-02-17 23:38 __honey 阅读(39) 评论(0) 推荐(0)