Search found 1 match

by maruf11
Sat Jul 30, 2016 9:39 am
Forum: Volume 112 (11200-11299)
Topic: 11228 - Transportation system.
Replies: 30
Views: 19094

Re: 11228 - Transportation system.

someone plz help me out of here.
why i am getting compil error??
my code is here
#include<bits/stdc++.h>
#include<cmath>
using namespace std;


struct node{
int x,y;

}a[1010];

struct edge
{
int u,v;
double w;
bool operator <(const edge &p) const
{
return w<p.w;
}
};
int pr[1010];
vector ...

Go to advanced search