Search found 4 matches

by zymeth02
Mon Dec 08, 2003 9:54 am
Forum: Volume 1 (100-199)
Topic: 119 - Greedy Gift Givers
Replies: 145
Views: 47352

119: Run time error?????

this is so strange, i have tested almost all inputs and i can't find what gives it a run time error... :(

could any patient person pls tell me what's wrong with my code :wink:

[c]#include <stdio.h>
#include <string.h>

typedef char string12[13];

typedef struct
{
int nSpent,
nGiven,
nNetWorth ...
by zymeth02
Sat Nov 15, 2003 9:13 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108632

could somebody please give me inputs that would give this program a run time error.... thanks
by zymeth02
Sun Nov 09, 2003 5:23 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108632

HELP on 101 [Run time error but it runs fine in my comp!!!]

[c]/*************************************************
_
_ |_|
|_| |_|
|_| _ |_|
|_| |_| |_|
|_| |_| |_| - pBlockRun
| | _ |
|_|-|_|-|_|-|_|

|
pPosHead

This is my program representation of the blocks.
I used linked list to connect the blocks ...
by zymeth02
Tue Oct 21, 2003 3:26 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108632

maybe this would help

I think the result will be:

0: 0 1 4 6
1:
2: 5 2
3: 3
4:
5:
6:

Go to advanced search