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 | 31 |
Tags
- Kafka
- 데이터베이스
- MST
- 알고리즘
- Jenkins
- golang
- Spring Boot
- Spring
- Spring Cloud
- aws
- PL/SQL
- retry
- MVC
- 운영체제
- 백준
- 클라우드
- 쿼리
- 페이징
- feign
- 코딩
- JPA
- 자바
- db
- Intellj
- 디자인 패턴
- 오라클
- SQL
- 자료구조
- Spring Cloud Feign
- DP
Archives
- Today
- Total
목록14889 (1)
justgo_developer
[JAVA] 백준 14889 스타트와 링크
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113import java.util.*; public class Main { static int N; static int[][] S; static int min ; public static void main(String[] args) { Scanner sc = new Scanner(System.in); ..
IT/코딩 문제 풀이
2018. 12. 1. 23:46