program rio_test (output);var j : integer;begin  writeln ('rio test');  for j := 0 to 20 do writeln (j:4,(j*1.0):4)end.