随笔分类 -  # 模板

摘要:题面 模板题 #include<cstdio> #include<algorithm> #include<cmath> using namespace std; const int N = 105; double a[N][N]; int n; bool gauss() { for(int i = 阅读全文
posted @ 2021-05-29 20:03 init-神眷の樱花 阅读(48) 评论(0) 推荐(0)