Cod sursa(job #37772)
Utilizator | Data | 25 martie 2007 12:28:47 | |
---|---|---|---|
Problema | Laser | Scor | 0 |
Compilator | fpc | Status | done |
Runda | preONI 2007, Runda 4, Clasele 11-12 | Marime | 0.11 kb |
//infoarena laser
begin
assign(output,'laser.out'); rewrite(output);
writeln('0');
close(output);
end.