Thanks, Mostafa Saad
At last i got accepted.
Search found 2 matches
- Sun Mar 12, 2006 3:47 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10099 - The Tourist Guide
- Replies: 91
- Views: 43278
- 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 ...
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 ...