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
- 설정
- 18222
- 이산수학
- dockercompose
- docker
- 별자리 만들기
- documentationpluginsbootstrapper
- 알고리즘
- 2167. 2차원 배열의 합
- jenkins
- Error
- Eclipse
- to display the conditions report re-run your application with 'debug' enabled
- 프로그래머스
- CMD
- 날짜일수
- 이클립스
- EC2
- 14466
- Error fetching remote repo 'origin'
- 자바
- 호석이두마리치킨
- 21278
- 투에모스문자열
- SpringBoot
- 소가길을건너간이유6
- 백준
- 20055
- 2108_통계학
- Java
Archives
- Today
- Total
목록미술가 (1)
계단을 오르듯이
20950. 미술가 미미
문제를 잘 읽자!!! => 7개까지가 색 혼합의 최대 조합으로 풀었고, 혼합이 최대 7개 까지이므로 조건절로 7개 이상이 되면 return해서 빠져나오게 했다. package january.first; import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; import java.util.StringTokenizer; public class B_20950_미술가미미 { static int Min = Integer.MAX_VALUE; static int R, B, G; public static void main(String[] args) throws Exce..
알고리즘/백준_JAVA
2022. 1. 5. 23:40