전체 글
-
[백준 - 16948번] 데스나이트 - Java //Wello Horld//Algorithm/BOJ(Baekjoon Online Judge) 2020. 3. 5. 13:55
이번에는 BOJ의 16948번 문제 "데스나이트" 를 풀어보도록 하자 입력으로 첫째 줄에 체스판의 크기가 주어지고 다음 줄에 r1, c1, r2, c2 가 주어진다. 출력으로 첫째 줄에 데스 나이트가 r1,c1 에서 r2, c2 로 이동하는 최소 이동 횟수를 출력하면 되는 문제이다. 이동할 수 없다면 -1 을 출력하면 된다. 성공한 코드는 아래와 같다. import java.io.*; import java.util.*; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); BufferedW..
-
[백준 - 9507번] Generations of Tribbles - Java //Wello Horld//Algorithm/BOJ(Baekjoon Online Judge) 2020. 3. 4. 23:21
이번에는 BOJ의 9507번 문제 "Generations of Tribbles" 를 풀어보도록 하자 입력으로 첫 번째 줄에 테스트 케이스의 개수 t 가 주어지고, 다음 t 줄만큼 몇 번째 꿍 피보나치를 구해야하는지를 나타내는 n이 주어진다. 출력으로 각 테스트 케이스의 꿍 피보나치 값을 출력하면 되는 문제이다. 성공한 코드는 아래와 같다. import java.io.*; import java.util.*; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); BufferedWriter bw..
-
APOOAPOO (Privacy Policy)App Info [kwang0]/APOOAPOO (android) 2020. 3. 3. 14:52
KWANGYOUNG CHOI built the APOO APOO - AVOID POO app as a Free app. This SERVICE is provided by KWANGYOUNG CHOI at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of informa..
-
[백준 - 10807번] 개수 세기 - Java //Wello Horld//Algorithm/BOJ(Baekjoon Online Judge) 2020. 3. 2. 16:03
이번에는 BOJ의 10807번 문제 "개수 세기" 를 풀어보도록 하자 입력으로 정수의 개수 N 이 주어지고, 둘째 줄부터 정수가 공백으로 나누어져 주어진다. 셋째 줄에는 찾으려고 하는 정수 v가 주어진다. 출력으로 N개의 정수중에서 v가 몇개있는지 세면 되는 간단한 문제이다. 성공한 코드는 아래와 같다. import java.io.*; import java.util.*; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); BufferedWriter bw = new BufferedWrite..
-
[백준 - 2960번] 에라토스테네스의 체 - Java //Wello Horld//Algorithm/BOJ(Baekjoon Online Judge) 2020. 3. 2. 15:59
이번에는 BOJ의 2960번 문제 "에라토스테네스의 체" 를 풀어보도록 하자 입력으로, 첫째 줄에 N과 K가 주어진다. 출력으로 K번째 지워진 수를 출력하면 되는 문제이다. 성공한 코드는 아래와 같다. import java.util.*; import java.io.*; public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out)); StringTokenizer s..
-
[백준 - 2776번] 암기왕 - Java //Wello Horld//Algorithm/BOJ(Baekjoon Online Judge) 2020. 3. 2. 15:52
이번에는 BOJ의 2776번 문제 "암기왕" 을 풀어보도록 하자 입력으로 맨처음에 테스트 개수 T가 주어지고, 그 다음 줄부터 '수첩 1' 에 적어놓은 정수의 개수 N 이 입력으로 들어오고, 그 다음 줄에 '수첩1'에 적혀있는 정수들 N개가 주어진다. 그 다음 줄에는 '수첩 2'에 적어놓은 정수의 개수 M 이 입력으로 들어오고, 그 다음 줄에 '수첩2'에 적혀있는 정수들 M개가 주어진다. 출력으로 '수첩2'에 적혀있는 M개의 숫자 순서대로, '수첩1'에 있으면 1을, 없으면 0을 출력하면 되는 문제이다. 성공한 코드는 아래와 같다. import java.io.*; import java.util.*; public class Main { public static void main(String[] args) ..
-
로또친구 (개인정보 처리방침 Privacy Policy)App Info [kwang0]/로또친구(안드로이드) 2020. 2. 26. 17:58
KWANGYOUNG CHOI built the 로또친구 app as a Free app. This SERVICE is provided by KWANGYOUNG CHOI at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation ..
-
LT 이상형월드컵 (개인정보 처리방침 Privacy Policy)App Info [kwang0]/LT 이상형월드컵(안드로이드) 2020. 2. 7. 18:18
KWANGYOUNG CHOI built the LT 이상형월드컵 app as an Ad Supported app. This SERVICE is provided by KWANGYOUNG CHOI at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of informatio..