This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.BufferedReader; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.util.Arrays; | |
import java.util.LinkedList; | |
import java.util.Queue; | |
/* @date: 2020/04/19 | |
* @author: psS2mj | |
* @brief: BOJ_10026_์ ๋ก์์ฝ */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.BufferedReader; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.util.LinkedList; | |
import java.util.Queue; | |
import java.util.StringTokenizer; | |
/* @date: 2020/04/19 | |
* @author: psS2mj | |
* @brief: BOJ_4963_์ฌ์ ๊ฐ์ */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.BufferedReader; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.util.LinkedList; | |
import java.util.Queue; | |
import java.util.StringTokenizer; | |
/* @date: 2020/04/18 | |
* @author: psS2mj | |
* @brief: BOJ_1743_์์๋ฌผ ํผํ๊ธฐ */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
/* @date: 2020/04/17 | |
* @author: psS2mj | |
* @brief: BOJ_2193_์ด์น์ */ | |
public class Main_2193_์ด์น์ { | |
public static void main(String[] args) { | |
Scanner sc = new Scanner(System.in); | |
int N = sc.nextInt(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
/* @date: 2020/04/17 | |
* @author: psS2mj | |
* @brief: BOJ_2193_์ด์น์ */ | |
public class Main_2193_์ด์น์ { | |
public static void main(String[] args) { | |
Scanner sc = new Scanner(System.in); | |
int N = sc.nextInt(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.BufferedReader; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.util.StringTokenizer; | |
/* @date: 2020/04/06 | |
* @author: psS2mj | |
* @brief: SWEA_5515_2016๋ ์์ผ ๋ง์ถ๊ธฐ (D3) */ | |
public class Solution_D3_5515_2016๋ ์์ผ๋ง์ถ๊ธฐ { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
/* @date: 2020/04/03 | |
* @author: psS2mj | |
* @brief: BOJ_2753_์ค๋ */ | |
public class Main_2753_์ค๋ { | |
static boolean result = false; | |
public static void main(String[] args) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.BufferedReader; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
/* @date: 2020/04/03 | |
* @author: psS2mj | |
* @brief: SWEA_4406_๋ชจ์์ด ๋ณด์ด์ง ์๋ ์ฌ๋ (D3) */ | |
public class Solution_D3_4406_๋ชจ์์ด๋ณด์ด์ง์๋์ฌ๋ { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.BufferedReader; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.util.LinkedList; | |
import java.util.Queue; | |
import java.util.StringTokenizer; | |
/* @date: 2020/03/30 | |
* @author: psS2mj | |
* @brief: BOJ_7576_ํ ๋งํ */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.BufferedReader; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.util.StringTokenizer; | |
/* @date: 2020/03/28 | |
* @author: psS2mj | |
* @brief: SWEA_1217_๊ฑฐ๋ญ ์ ๊ณฑ (D3) */ | |
public class Solution_D3_1217_๊ฑฐ๋ญ์ ๊ณฑ { |