Search found 5 matches

by Vahag
Mon Sep 18, 2006 6:01 pm
Forum: Volume 100 (10000-10099)
Topic: 10080 - Gopher II
Replies: 31
Views: 26932

Thanks for help :wink:
by Vahag
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 ...
by Vahag
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 ...
by Vahag
Fri Jul 14, 2006 5:35 pm
Forum: Volume 104 (10400-10499)
Topic: 10463 - Aztec Knights
Replies: 35
Views: 14504

thanks a lot I got accepted now
by Vahag
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 ...

Go to advanced search