Cod sursa(job #254492)

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