Cod sursa(job #18158)
Utilizator | Data | 18 februarie 2007 10:14:33 | |
---|---|---|---|
Problema | Amlei | Scor | 0 |
Compilator | fpc | Status | done |
Runda | preONI 2007, Runda 2, Clasa a 10-a | Marime | 0.31 kb |
var w,i,n,t,u,nr:integer;
j:longint;
begin
assign(input,'amlei.in');reset(input);
assign(output,'amlei.out');rewrite(output);
readln(w);
for i:=1 to w do begin
read(n,t,u);
for j:=1 to (n*t) do read(nr);
for j:=1 to (n*u) do read(nr);
writeln('Nu');
end;
close(input);close(output);
end.