Search found 1 match

by restitutor
Tue Oct 02, 2007 11:58 am
Forum: Volume 1 (100-199)
Topic: 109 - SCUD Busters
Replies: 96
Views: 37044

Can someone please help me with this one? I keep getting WA!
I checked for lots of input data I found on this forum, and I always get correct answer!


#include <stdio.h>
#include <stdlib.h>
#include <math.h>


typedef struct Point
{
int x;
int y;
}TPoint;

typedef struct K
{
int dest;
int n ...

Go to advanced search