Search found 2 matches

by Amran
Sun Mar 12, 2006 3:47 pm
Forum: Volume 100 (10000-10099)
Topic: 10099 - The Tourist Guide
Replies: 91
Views: 43278

Thanks, Mostafa Saad
At last i got accepted.
by Amran
Sun Feb 12, 2006 12:40 pm
Forum: Volume 100 (10000-10099)
Topic: 10099 - The Tourist Guide
Replies: 91
Views: 43278

10099 - The Tourist Guide

i can't understand why this code is runtime error.
can any one say why?


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

#define MAX 102
#define NEGINF -10000

#define max(a, b) ( (a > b) ? (a) : (b) )
#define min(a, b) ( (a < b) ? (a) : (b) )

long passengers[MAX][MAX];

void init( long roads ) {
long i, j ...

Go to advanced search