백준 18111

· Algorithm
- 알고리즘 분류 : 구현 - 사용 언어 : JAVA 소스 설명은 주석을 참고해주세요. import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; public class Main { public static int N, M, B; public static int[][] map; public static int RESULT_TIME = Integer.MAX_VALUE; public static int RESULT_HEIGHT = 0; public static int MIN = Integer.MAX_VALUE; public static int..
멍목
'백준 18111' 태그의 글 목록