MySQL 해커랭크 | Weather Observation Station (맨하탄 거리, 유클리디언 거리) 맨하탄 거리 문제https://www.hackerrank.com/challenges/weather-observation-station-18/problem?isFullScreen=true Weather Observation Station 18 | HackerRankQuery the Manhattan Distance between two points, round or truncate to 4 decimal digits.www.hackerrank.comQuery the Manhattan Distance between points P1 and P2a = MIN(LAT_N)b = MIN(LONG_W)c = MAX(LAT_N)d = MAX(LONG_W)round it to a scale of 4 decimal p.. 이전 1 다음