Search found 1 match

by 15560ML
Sun Oct 09, 2005 11:50 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110646

Another WA problem

Hello!
We got WA every time!!! All situations are checked. Here is our code:

program task101;
var
line: array[0..24, 0..24] of integer;
Lengths: array[0..24] of integer;
N: byte;
s: string;
i, j, k, m: integer;
cmd1, cmd2: string;
Param1, Param2: integer;
Pile1, Pile2: integer;
Delta ...

Go to advanced search