Search found 2 matches

by FrodoBaggins
Sat Dec 04, 2004 2:32 pm
Forum: Other words
Topic: BANGLADESH NCPC @ Dec 04
Replies: 8
Views: 2450

what's up with judge system?
by FrodoBaggins
Wed Apr 21, 2004 9:03 pm
Forum: Volume 8 (800-899)
Topic: 820 - Internet Bandwidth
Replies: 43
Views: 28060

At first I seng this :
# include <stdio.h>

typedef struct List_
{
int Vertex ;
struct List_ * Previous , * Next ;
} List ;

int n , s , t ;
int h [ 120 ] , c [ 120 ] [ 120 ] , current [ 120 ] ;
int f [ 120 ] [ 120 ] , e [ 120 ] ;
List * Head = 0 , * Current = 0 ;

void Init ( void )
{
int i , j ...

Go to advanced search