Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- Programmers
- 버퍼
- 큐
- 이진수 변환
- 클라이언트
- Queue
- 자바
- 프로그래머스 풀이
- 스프링부트 도커로 배포
- 프로그래머스
- Stack
- 스프링부트 도커
- 오름차순 정렬
- 프로그래머스 문자열 정렬
- lv0
- index of
- COS Pro
- 스프링부트 도커 배포
- SWEA
- Lv1
- StringTokenizer
- java
- 백준
- 스택
- 문자열
- 삼각형의 완성조건
- 프로그래머스 자바
- 알고리즘
- 백준 N과 M 자바
- lv2
Archives
- Today
- Total
목록Weather Observation Station 17 오라클 (1)
mun dev
[HackerRank] Weather Observation Station 17 오라클 풀이
문제링크 Weather Observation Station 17 | HackerRank Query the Western Longitude for the smallest value of the Northern Latitudes greater than 38.7780 in STATION and round to 4 decimal places. www.hackerrank.com 코드 select round(long_w,4) from station where lat_n = (select min(lat_n) from station where lat_n > 38.7780);
알고리즘/HackerRank
2024. 2. 2. 13:40