Search found 2 matches

by Jim
Mon Feb 13, 2006 1:34 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108988

It may be long, but if anyone has written a Pascal solver that was accepted, then they could compare the output. Or even compare the output from a C program. I suspect it's something trivial like a space or something, rather than getting the "wrong" output. I've checked back in the forums and every ...
by Jim
Mon Feb 13, 2006 7:22 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108988

101 Problem

Ok I give up , I've tried sample input and get correct answer, and as far as I can tell trapped illegal/invalid inputs.

Can some one check this code out and tell me why I keep getting Wrong Answer?

Jim
javascript:emoticon(':(')

program v1_001;

uses SysUtils;
type
TCommandTypes = (ctmoveonto ...

Go to advanced search