Search found 1 match

by Winamp32
Tue Aug 10, 2004 8:36 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110081

WA at 101 :/ plz help me

[cpp]
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

struct numInf{
int num;
int pos;
numInf * next;//next 1-2-3-4
numInf * previous;//previous 4-3-2-1
numInf * nextS;//next in the Stack
numInf * previousS;//previous in the Stack

}typedef num;


numInf* initArray( int size);
void ...

Go to advanced search