Cod sursa(job #254485)

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