← Back to topics
Topic

system error

b
boris4
Is there, maybe, a problem with input files in task parovi ?

When I submit a "reading" program, it gives me system error...
m
matteo123
It's really system error. I will try to figure out what is wrong!
b
boris4
admin or moderators can you check this ?
h
halil
Same problem in pascal:
program z_parovi;
var
n,m,a,x,i,j: integer;
begin
readln(m,n);
for i:= 1 to n do begin
read(x);
for j:= 1 to x do read(a);
readln;
end;
for i:= 1 to m do begin
read(x);
for j:= 1 to x do read(a);
readln;
end;
writeln('1');
writeln('1 1');
end.

Same problem wih task 'z-skakac'.
b
boris4
Same problem with task "Obilazak"...

Can someone look at input files ?
I think there's a problem.
a
adminModerator
looks like some tests are missing (that's usually the cause of system errors)
b
boris4
so, will it and when be fixed ?