Cod sursa(job #194678)

Utilizator ProtomanAndrei Purice Protoman Data 12 iunie 2008 23:35:20
Problema Oras Scor 5
Compilator fpc Status done
Runda Arhiva de probleme Marime 0.12 kb
var f2:text;
begin
        assign(f2,'oras.out');
        rewrite(f2);
        writeln(f2,-1);
        close(f2);
end.