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
- 이산수학
- EC2
- 프로그래머스
- 알고리즘
- 2167. 2차원 배열의 합
- 별자리 만들기
- Error
- to display the conditions report re-run your application with 'debug' enabled
- 투에모스문자열
- 14466
- 호석이두마리치킨
- 20055
- SpringBoot
- documentationpluginsbootstrapper
- 소가길을건너간이유6
- Java
- docker
- jenkins
- 18222
- CMD
- Error fetching remote repo 'origin'
- 자바
- 이클립스
- 백준
- 설정
- 21278
- dockercompose
- 날짜일수
- 2108_통계학
- Eclipse
Archives
- Today
- Total
목록상어 (1)
계단을 오르듯이
17143. 낚시왕
- 주석으로 설명을 대신한다. - 역시 .. 상어는 쉽지 않아~ import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; import java.util.StringTokenizer; public class B_17143_낚시왕 { static List shark; static int R, C, M, result; static int[][][] arr; // 상어크기, 인덱스 static boolean[] eat; public static void main(String[] args) throws Exception { BufferedReader in = new..
알고리즘/백준_JAVA
2022. 1. 6. 07:09