Search found 1 match

by sanjid
Fri Dec 30, 2011 4:42 pm
Forum: Volume 103 (10300-10399)
Topic: 10369 - Arctic Network
Replies: 45
Views: 32512

10369 - Arctic Network

please help.. i don't understand, why it is wa #include<cstdio>
#include<cstring>
#include<cstdlib>
#include<cmath>
long lin[100000],rank[1000000];
struct point
{
double x;
double y;
}p[10000];

struct T
{
long u,v;
double w;
}t[1000000];
int sf(const void *aa,const void *bb)
{
T *p=(T *)aa;
T ...

Go to advanced search