Cod sursa(job #254484)

Utilizator andreivFMI - vacaroiu andrei andreiv Data 7 februarie 2009 12:23:33
Problema Cuburi2 Scor 0
Compilator fpc Status done
Runda Stelele Informaticii 2009, clasele 9-10, ziua 2 Marime 0.16 kb
var fout:text;
begin
assign(fout,'cuburi2.out');
rewrite(g);
writeln(g,3,' ',17);
writeln(g,3,' ',5);
writeln(g,4,' ',12);
writeln(g,2,' ',1);
closE(g);
end.