Search found 9 matches
- 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.
- 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
can you give me some input output
- Wed Feb 01, 2006 9:44 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10107 - What is the Median?
- Replies: 74
- Views: 31789
- 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 ...
#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 ...
- 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 ...
#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 ...
- Sun Jun 26, 2005 10:02 pm
- Forum: Volume 4 (400-499)
- Topic: 453 - Intersecting Circles
- Replies: 84
- Views: 29419
- Sun Jun 26, 2005 6:32 am
- Forum: Volume 4 (400-499)
- Topic: 453 - Intersecting Circles
- Replies: 84
- Views: 29419
- Sun Jun 26, 2005 6:32 am
- Forum: Volume 4 (400-499)
- Topic: 453 - Intersecting Circles
- Replies: 84
- Views: 29419
- 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 ...
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 ...