program arr(output);
var
  arr: array[1..5] of integer;
  i: integer;
begin
end.

