
Search found 5 matches
- Mon Sep 18, 2006 6:01 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10080 - Gopher II
- Replies: 31
- Views: 26932
- Sat Sep 02, 2006 2:26 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10080 - Gopher II
- Replies: 31
- Views: 26932
WA
Can anyone check whats wrong in my code it gives WA
#include <iostream>
#include <queue>
#include <cmath>
using namespace std;
#define MAXV 250
#define MAXN 101
#define min(x,y) (x<y?x:y)
struct point
{
double x,y;
};
int G[MAXV][MAXV];
point gpos[MAXN],hpos[MAXN];
bool color[MAXV];
int p[MAXV ...
#include <iostream>
#include <queue>
#include <cmath>
using namespace std;
#define MAXV 250
#define MAXN 101
#define min(x,y) (x<y?x:y)
struct point
{
double x,y;
};
int G[MAXV][MAXV];
point gpos[MAXN],hpos[MAXN];
bool color[MAXV];
int p[MAXV ...
- Fri Sep 01, 2006 2:18 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10080 - Gopher II
- Replies: 31
- Views: 26932
10080 Gopher II WA
Can anyone help me I am getting WA
#include <iostream>
#include <queue>
#include <cmath>
using namespace std;
#define MAXV 250
#define MAXN 101
#define min(x,y) (x<y?x:y)
struct point
{
double x,y;
};
int G[MAXV][MAXV];
point gpos[MAXN],hpos[MAXN];
bool color[MAXV];
int p[MAXV ...
#include <iostream>
#include <queue>
#include <cmath>
using namespace std;
#define MAXV 250
#define MAXN 101
#define min(x,y) (x<y?x:y)
struct point
{
double x,y;
};
int G[MAXV][MAXV];
point gpos[MAXN],hpos[MAXN];
bool color[MAXV];
int p[MAXV ...
- Fri Jul 14, 2006 5:35 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10463 - Aztec Knights
- Replies: 35
- Views: 14504
- Sun Jul 09, 2006 6:05 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10463 - Aztec Knights
- Replies: 35
- Views: 14504
10463 WA
I am getting WA pleas help me
#include <iostream>
#include <iomanip>
#include <queue>
#include <string>
using namespace std;
#define MAXSTATIONS 20
#define INF 99999999
struct path
{
int stn; /* station number */
int c; /* cost */
};
struct vert
{ int v; };
int nstat,nquery,npath,passanger ...
#include <iostream>
#include <iomanip>
#include <queue>
#include <string>
using namespace std;
#define MAXSTATIONS 20
#define INF 99999999
struct path
{
int stn; /* station number */
int c; /* cost */
};
struct vert
{ int v; };
int nstat,nquery,npath,passanger ...