We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
/* P1(a,c) & P2(b,d)(a,b) are the respective minimum and maximum values of Northern Latitude (LAT_N)(c,d) are the respective minimum and maximum values of Western Longitude (LONG_W)Euclidean Distance (2D Plane): square_root( (q1-p1)^2 + (q2-p2)^2 )*/selectround(sqrt(power(max(LAT_N)-min(LAT_N),2)+power(max(LONG_W)-min(LONG_W),2)),4)fromstation;
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 19
You are viewing a single comment's thread. Return to all comments →