
高斯消元
文章平均质量分 91
LL_Sagiri
这个作者很懒,什么都没留下…
展开
-
高斯消元学习笔记&模板&任务
模板:#include<stdio.h>#include<algorithm>#include<iostream>#include<string.h>#include<math.h>using namespace std;const int MAXN=50;int a[MAXN][MAXN];//增广矩阵int x[MAX...原创 2018-04-25 01:27:29 · 170 阅读 · 0 评论 -
poj1222 EXTENDED LIGHTS OUT
EXTENDED LIGHTS OUTTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 12881 Accepted: 8144DescriptionIn an extended version of the game Lights Out, is a puzzle with 5 rows of 6 buttons each (th...原创 2018-04-25 01:29:42 · 99 阅读 · 0 评论 -
hdu4818 RP problem
RP problemTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 884 Accepted Submission(s): 261Problem Description As an ACMer, you must have hear...原创 2018-05-03 23:41:41 · 241 阅读 · 0 评论 -
高斯消元模板&洛谷3389 模板高斯消元法
题目背景Gauss消元题目描述给定一个线性方程组,对其求解输入输出格式输入格式:第一行,一个正整数 nn第二至 n+1n+1 行,每行 n+1n+1 个整数,为 a_1, a_2 \cdots a_na1,a2⋯an 和 bb ,代表一组方程。输出格式:共n行,每行一个数,第 ii 行为 x_ixi (保留2位小数)如果不存在唯一解,在第一行输出"No Solution".代码:#incl...原创 2018-05-04 17:20:50 · 150 阅读 · 0 评论 -
bzoj1013&洛谷P4035 [JSOI2008]球形空间产生器sphere
1013: [JSOI2008]球形空间产生器sphereTime Limit: 1 Sec Memory Limit: 162 MBSubmit: 6798 Solved: 3559[Submit][Status][Discuss]Description 有一个球形空间产生器能够在n维空间中产生一个坚硬的球体。现在,你被困在了这个n维球体中,你只知道球面上n+1个点的坐标,你需要以最快的速...原创 2018-05-05 15:49:14 · 164 阅读 · 0 评论