Search found 1 match

by shaka
Thu Jan 23, 2003 8:09 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108876

about problem 101 .... Time Limit Exceeded ... what's wrong

May someone help me..............

[cpp]

#include <stdio.h>
#include <stdlib.h>
#include <string.h>


/*
* struct node is used to construct array B
* struct node B[];
* There will be some link_lists in B[]
* start from some head_node in H[], end at -1
*/
struct node
{
// no "int value" is the ...

Go to advanced search