bzoj 1013 [JSOI2008]球形空间产生器sphere
bzoj 1013: [JSOI2008]球形空间产生器sphere裸地高斯消元。。#include <cstdio>
#include <cmath>
#include <algorithm>
using namespace std;
int n;
const double eps=1e-6;
double f[22],a[22][22];
inline void gauss()
{
re
原创
2017-12-10 20:19:31 ·
278 阅读 ·
0 评论