Search found 1 match

by jabenitez
Mon Mar 03, 2008 1:36 am
Forum: Volume 101 (10100-10199)
Topic: 10131 - Is Bigger Smarter?
Replies: 93
Views: 88949

10131 - Wrong answer

Hello, I have a problem and I am desperate :( I have twelve days with this problem..

Program elefantes(input,output);
Const numEle = 999;

Type
tElefante = record
w: integer;
iq: integer;
num: integer;
end;
tElefantes = array [0..numEle] of tElefante;


Var
a: tElefantes;
prev,opt,opt_i ...

Go to advanced search