Cod sursa(job #286951)
Utilizator | Data | 24 martie 2009 12:49:09 | |
---|---|---|---|
Problema | Loto | Scor | 0 |
Compilator | fpc | Status | done |
Runda | aa | Marime | 0.09 kb |
var f:text;
begin
assign(f,'loto.out');
rewrite(f);
write(f,'-1');
close(f);
end.
Utilizator | Data | 24 martie 2009 12:49:09 | |
---|---|---|---|
Problema | Loto | Scor | 0 |
Compilator | fpc | Status | done |
Runda | aa | Marime | 0.09 kb |
var f:text;
begin
assign(f,'loto.out');
rewrite(f);
write(f,'-1');
close(f);
end.