会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
chwhc
首页
管理
2021年3月26日
高斯消元/矩阵树定理学习记录
摘要: 高斯消元 模板 luogu P3389 #include<bits/stdc++.h> using namespace std; const double eps=1e-6; const int N=100+5; double a[N][N]; int n; int gauss(){ int c,r
阅读全文
posted @ 2021-03-26 11:30 chwhc
阅读(99)
评论(0)
推荐(0)
编辑
公告