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
- Error
- 이산수학
- 투에모스문자열
- 21278
- Eclipse
- 이클립스
- 별자리 만들기
- 20055
- Error fetching remote repo 'origin'
- 설정
- jenkins
- 2108_통계학
- 자바
- EC2
- 백준
- 소가길을건너간이유6
- dockercompose
- 알고리즘
- to display the conditions report re-run your application with 'debug' enabled
- 18222
- docker
- 프로그래머스
- 날짜일수
- 2167. 2차원 배열의 합
- Java
- 14466
- CMD
- SpringBoot
- 호석이두마리치킨
- documentationpluginsbootstrapper
Archives
- Today
- Total
목록17406 (1)
계단을 오르듯이
17406. 배열 돌리기 4
import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.StringTokenizer; public class B_17406_배열돌리기4 { static boolean[] check; static int N, M, K; static int[][] circle, arr; static int Min = Integer.MAX_VALUE; static int[] rotate; public static void main(String[] args) throws Exception { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); StringBu..
알고리즘/백준_JAVA
2022. 1. 6. 07:01