https://www.hackerrank.com/challenges/weather-observation-station-14/problem 

 

Weather Observation Station 14 | HackerRank

Query the greatest value of the Northern Latitudes from STATION that are under 137.2345 and truncated to 4 decimal places.

www.hackerrank.com

Query the greatest value of the Northern Latitudes (LAT_N) from STATION that is less than 137.2345. Truncate your answer to 4 decimal places.

Input Format

The STATION table is described as follows:

137.2345 보다 작은 LAT_N 중 가장 큰 LAT_N을 소수점 4자리까지 표현

반응형

https://www.hackerrank.com/challenges/weather-observation-station-13/problem 

 

Weather Observation Station 13 | HackerRank

Query the sum of Northern Latitudes having values greater than 38.7880 and less than 137.2345, truncated to 4 decimal places.

www.hackerrank.com

Query the sum of Northern Latitudes (LAT_N) from STATION having values greater than 38.7880 and less than 137.2345. Truncate your answer to  4 decimal places.

Input Format

The STATION table is described as follows:

 

LAT_N이 38.7880 보다 크고 137.2345 보다 작은 수들의 합을 구하고 소수점 4째짜리 까지 표현하는 문제

 

반응형

+ Recent posts