Search found 9 matches

by gootsa
Thu Nov 11, 2010 1:50 pm
Forum: Volume 4 (400-499)
Topic: 453 - Intersecting Circles
Replies: 84
Views: 29419

Re: 453

But why the answer should be (1,1)? These two circles does not have any intersection.
by gootsa
Sun Mar 26, 2006 7:15 pm
Forum: Volume 6 (600-699)
Topic: 662 - Fast Food
Replies: 22
Views: 13091

662 WA

I used dynamic for solving this problem, but I got WA,
can you give me some input output
by gootsa
Wed Feb 01, 2006 9:44 pm
Forum: Volume 101 (10100-10199)
Topic: 10107 - What is the Median?
Replies: 74
Views: 31789

thank you,
you solve my problem,

I taught that top element of a queue is'nt const, as in visual c++ 6 it compiled whith out error.
by gootsa
Wed Feb 01, 2006 6:53 pm
Forum: Volume 101 (10100-10199)
Topic: 10107 - What is the Median?
Replies: 74
Views: 31789

10107 compile error , help me

I got several compile error for this code, please help me


#include <iostream>
#include <queue>
#include <vector>
#include <stack>
#include <algorithm>
#include <string>
using namespace std;

main()
{
priority_queue< int , vector<int> , greater<int> > minq;
priority_queue< int , vector<int ...
by gootsa
Wed Feb 01, 2006 6:46 pm
Forum: Volume 101 (10100-10199)
Topic: 10107 - What is the Median?
Replies: 74
Views: 31789

10107 compile error , help me

I got several compile error for code below , plz help me


#include <iostream>
#include <queue>
#include <vector>
#include <stack>
#include <algorithm>
#include <string>
using namespace std;

main()
{
priority_queue< int , vector<int> , greater<int> > minq;
priority_queue< int , vector<int ...
by gootsa
Sun Jun 26, 2005 10:02 pm
Forum: Volume 4 (400-499)
Topic: 453 - Intersecting Circles
Replies: 84
Views: 29419

my program produce right out put for those test,
but I get WA :(
by gootsa
Sun Jun 26, 2005 6:32 am
Forum: Volume 4 (400-499)
Topic: 453 - Intersecting Circles
Replies: 84
Views: 29419

I saw that post , but it coudn't help me :(
by gootsa
Sun Jun 26, 2005 6:32 am
Forum: Volume 4 (400-499)
Topic: 453 - Intersecting Circles
Replies: 84
Views: 29419

I set EPSILON = 1e-4 and my out put for the test case that says about are all right , but I still get WA,
Please help me,


#include <iostream>
#include <cmath>
#include <algorithm>
#include <vector>
#include <fstream>
using namespace std;

//ifstream fin("in.txt");
//ofstream fout("out.txt ...
by gootsa
Sat Jun 25, 2005 9:33 am
Forum: Volume 4 (400-499)
Topic: 453 - Intersecting Circles
Replies: 84
Views: 29419

453

I got so much wrong answer for this problem,
I read the pervios message about this problem, but it can't help me, :(
( I creat a new because those did'nt found whit search :o )

please help me,


#include <iostream>
#include <cmath>
#include <algorithm>
#include <vector>
#include <fstream>
using ...

Go to advanced search