Search found 1 match

by Szendwich
Wed Feb 01, 2006 2:01 pm
Forum: Volume 5 (500-599)
Topic: 534 - Frogger
Replies: 41
Views: 24048

Hello!
This problem bothers me .... I use Dijkstra algorithm to solve this problem, but the tester always said: WA. Where is the problem? Please help me.


#include <stdio.h>
#include <math.h>
#define VEGTELEN 100000

typedef struct {
int x, y;
double tav;
int kesz;
} pont;

typedef struct ...

Go to advanced search