【BZOJ 1013】[JSOI2008] 球形空间产生器sphere

题目传送门:http://www.lydsy.com/JudgeOnline/problem.php?id=1013
离线版题目:http://paste.ubuntu.com/18938759/

高斯消元第一题! 撒花! *★,°*:.☆\( ̄▽ ̄)/$:*.°★*
1A! 撒花! *★,°*:.☆\( ̄▽ ̄)/$:*.°★*
设n维坐标,然后加上一个半径,刚好n+1个未知数
然后一个坐标一个方程,刚好n+1个方程
然后就是高斯消元啦!

#include<iostream>
#include<cstdio>
#define fabs(x) ((x)<0?-(x):(x))
using namespace std;

const int MAXN = 20;

double mat[MAXN][MAXN];
int n;

inline void Gauss(){
	for (int k=1;k<=n;k++){
		int w = k;
		for (int i=k+1;i<=n+1;i++) if (fabs(mat[k][w]) < fabs(mat[k][i])) w = i;
		for (int i=1;i<=n+2;i++) swap(mat[i][k],mat[i][w]);
		for (int i=k+1;i<=n+1;i++){
			double t = mat[k][i]/mat[k][k];
			for (int j=1;j<=n+2;j++)
				mat[j][i] -= mat[j][k]*t;
		}
	}
	for (int k=n+1;k;k--){
		for (int i=n+1;i>k;i--) mat[n+2][k] -= mat[i][k]*mat[n+2][i];
		mat[n+2][k] /= mat[k][k]; 
	}
}

int main(){
	scanf("%d",&n);
	for (int j=1;j<=n+1;j++){
		for (int i=1;i<=n;i++)
			scanf("%lf",&mat[i][j]),
			mat[n+2][j] -= mat[i][j]*mat[i][j],
			mat[i][j] *= -2.0;
		mat[n+1][j] = 1;
	}
	Gauss();
	for (int i=1;i<n;i++) printf("%.3lf ",mat[n+2][i]);
	printf("%.3lf",mat[n+2][n]);
	return 0;
} 

284 thoughts to “【BZOJ 1013】[JSOI2008] 球形空间产生器sphere”

  1. I believe that is one of the so much significant info for me.
    And i’m glad reading your article. But should observation on some normal things, The website style is ideal, the articles
    is truly great : D. Good task, cheers

  2. A motivating discussion is worth comment. I think that
    you need to publish more about this subject, it might not be a taboo subject but
    generally people don’t discuss such topics. To the next! Best wishes!!

  3. Hi, I do believe this is an excellent blog. I stumbledupon it 😉 I am going to return yet again since i have book-marked it.
    Money and freedom is the best way to change, may you be rich and continue to guide others.

  4. Nice post. I was checking constantly this blog and I am impressed!
    Very useful info specially the last part :
    ) I care for such information much. I was looking for this particular information for a
    long time. Thank you and good luck.

  5. Hi, I do think this is an excellent website. I stumbledupon it ;
    ) I will return once again since I bookmarked it. Money and freedom is the greatest
    way to change, may you be rich and continue to guide others.

  6. Its good as your other posts : D, regards for posting. “Reason is the substance of the universe. The design of the world is absolutely rational.” by Georg Wilhelm Friedrich Hegel.

  7. Hi there i am kavin, its my first time to commenting anyplace,
    when i read this paragraph i thought i could also create comment due to this good piece of writing.

  8. It’s perfect time to make some plans for the future and it is time to be happy.
    I have read this post and if I could I wish to suggest you some interesting things or advice.
    Perhaps you could write next articles referring to this article.
    I desire to read even more things about it!

  9. What i do not understood is in reality how you are not
    really much more neatly-preferred than you might be now.
    You are so intelligent. You already know therefore significantly in terms of this
    topic, produced me in my opinion imagine it from a lot of varied angles.
    Its like women and men don’t seem to be fascinated unless it is one thing to do
    with Woman gaga! Your own stuffs great. Always deal with
    it up!

  10. Wonderful work! This is the kind of information that
    should be shared around the net. Shame on Google for no longer
    positioning this publish higher! Come on over and discuss with
    my site . Thanks =)

  11. Have you ever considered about adding a little bit more than just your articles?
    I mean, what you say is important and everything.
    Nevertheless imagine if you added some great images or video clips to give your posts more, “pop”!
    Your content is excellent but with images and video clips, this blog could definitely be
    one of the very best in its niche. Wonderful blog!

  12. I’m truly enjoying the design and layout of your website.

    It’s a very easy on the eyes which makes it much more enjoyable for
    me to come here and visit more often. Did you hire out a designer to create your theme?
    Great work!

  13. What’s up to all, how is everything, I think every one is getting
    more from this web page, and your views are fastidious in favor of new viewers.

  14. Howdy, There’s no doubt that your blog could be having internet browser compatibility issues.
    Whenever I take a look at your web site in Safari, it
    looks fine however when opening in I.E., it’s got some overlapping
    issues. I just wanted to give you a quick heads up!
    Other than that, excellent site!

  15. When I originally commented I clicked the “Notify me when new comments are added” checkbox and now each time a comment
    is added I get three e-mails with the same comment.
    Is there any way you can remove me from that service?
    Thanks!

  16. I’m typically to running a blog and i actually recognize your content. The article has actually peaks my interest. I’m going to bookmark your website and hold checking for new information.

  17. Greetings! This is my 1st comment here so I just wanted to give a quick shout out and tell you I genuinely enjoy reading through your blogposts. Can you suggest any other blogs/websites/forums that go over the same topics?Thanks a lot!

  18. Wonderful goods from you, man. I’ve understand your stuff previous toand you are just too fantastic. I actually like whatyou’ve acquired here, certainly like what you’re stating and the way in whichyou say it. You make it entertaining and you still care for to keep it sensible.I can not wait to read much more from you. This isactually a terrific web site.

  19. hi!,I really like your writing very much! share we keep up a correspondence extra about your article on AOL? I need an expert in this house to resolve my problem. Maybe that’s you! Taking a look forward to peer you. |

  20. Have you ever thought about creating an ebook or guest authoring on other sites? I have a blog centered on the same information you discuss and would love to have you share some stories/information. I know my audience would appreciate your work. If you’re even remotely interested, feel free to shoot me an email.|

  21. Simply wish to say your article is as surprising. The clearness on your publish is just excellent and i can assume you are knowledgeable on this subject. Fine together with your permission allow me to seize your feed to keep updated with drawing close post. Thank you 1,000,000 and please carry on the rewarding work.|

  22. Have you ever thought about writing an ebook or guest authoring on other blogs? I have a blog centered on the same ideas you discuss and would love to have you share some stories/information. I know my viewers would enjoy your work. If you’re even remotely interested, feel free to send me an e mail.|

  23. Hey very cool site!! Guy .. Excellent .. Amazing .. I will bookmark your blog and take the feeds also? I am glad to search out numerous useful info here within the post, we’d like develop more techniques on this regard, thanks for sharing. . . . . .|

  24. I have been exploring for a little bit for any high quality articles or weblog posts in this kind of area . Exploring in Yahoo I ultimately stumbled upon this web site. Reading this info So i am glad to convey that I’ve an incredibly good uncanny feeling I came upon just what I needed. I so much indisputably will make certain to do not disregard this web site and provides it a look regularly.|

Leave a Reply

Your email address will not be published. Required fields are marked *