program T2;
var
   lat,lon: real;
begin
   Lat:=GMMMM(49,20,5,0,0);
   Lon:=GMMMM( 8, 8,7,5,6);

   writeln(WGS84(Lat,Lon));
end.