Search found 137 matches
- Sun Jul 07, 2002 12:18 pm
- Forum: General
- Topic: Shall I do the problem serial
- Replies: 4
- Views: 3303
- Sat Jun 22, 2002 2:51 pm
- Forum: Other words
- Topic: Forum for CIII
- Replies: 8
- Views: 4306
- Sat Jun 22, 2002 12:30 am
- Forum: Other words
- Topic: Problem with MS Visual C++?
- Replies: 3
- Views: 2356
- Fri Jun 21, 2002 9:50 am
- Forum: Other words
- Topic: Forum for CIII
- Replies: 8
- Views: 4306
- Mon Jun 17, 2002 4:15 am
- Forum: Other words
- Topic: creating an online bulletin board system
- Replies: 14
- Views: 7420
- Sun Jun 16, 2002 12:34 am
- Forum: Volume 1 (100-199)
- Topic: 123 - Searching Quickly
- Replies: 55
- Views: 12614
- Fri Jun 14, 2002 4:01 am
- Forum: Other words
- Topic: creating an online bulletin board system
- Replies: 14
- Views: 7420
- Fri Jun 14, 2002 2:55 am
- Forum: Volume 2 (200-299)
- Topic: 216 - Getting in Line
- Replies: 57
- Views: 31055
216 - Getting in Line
Works for all test cases. WAs! Please help. Thanks!
[cpp]#include <stdio.h>
#include <vector>
#include <algorithm>
#include <math.h>
using namespace std;
double df(double a,double b)
{
return sqrt(a*a+b*b);
}
void main()
{
int i,j,N,z;
vector<vector<double> > dist;
vector<pair<int,int ...
[cpp]#include <stdio.h>
#include <vector>
#include <algorithm>
#include <math.h>
using namespace std;
double df(double a,double b)
{
return sqrt(a*a+b*b);
}
void main()
{
int i,j,N,z;
vector<vector<double> > dist;
vector<pair<int,int ...
- Fri Jun 14, 2002 12:17 am
- Forum: Other words
- Topic: Forum for CIII
- Replies: 8
- Views: 4306
- Fri Jun 14, 2002 12:16 am
- Forum: Other words
- Topic: creating an online bulletin board system
- Replies: 14
- Views: 7420
- Wed Jun 12, 2002 8:45 am
- Forum: Volume 4 (400-499)
- Topic: 497 - Strategic Defense Initiative
- Replies: 144
- Views: 44326
- Tue Jun 11, 2002 10:52 pm
- Forum: Volume 4 (400-499)
- Topic: 497 - Strategic Defense Initiative
- Replies: 144
- Views: 44326
- Tue Jun 11, 2002 6:00 pm
- Forum: Other words
- Topic: Provide resource for exhaustive BFS algorithm
- Replies: 8
- Views: 5672
- Tue Jun 11, 2002 5:07 pm
- Forum: Volume 7 (700-799)
- Topic: 755 - 487--3279
- Replies: 115
- Views: 47351
755 - 487--3279
Can someone tell me why this WAs?
[cpp]
#include <stdio.h>
#include <map>
#include <string>
#include <algorithm>
using namespace std;
void main()
{
string Translation="ABCDEFGHIJKLMNOPRSTUVWXY";
map<string,int> Directory;
map<string,int>::iterator DirectoryIT;
char B[1000];
char C[10];
int i ...
[cpp]
#include <stdio.h>
#include <map>
#include <string>
#include <algorithm>
using namespace std;
void main()
{
string Translation="ABCDEFGHIJKLMNOPRSTUVWXY";
map<string,int> Directory;
map<string,int>::iterator DirectoryIT;
char B[1000];
char C[10];
int i ...
- Tue Jun 11, 2002 3:05 pm
- Forum: Other words
- Topic: What's this "New Programmer" designation?
- Replies: 3
- Views: 2630