문제_2589코드 >> import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; public class boj_2579 { static int n, check = 0; static int[] score; static int[][] dp; public static void main(String[] args) throws IOException { // TODO Auto-generated method stub BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); n..
문제_2589>>코드 import java.io.*; import java.util.*; public class boj_2589 { static int n, m, answer = 0; static char[][] map; static int[][] distance; static int[] dx = {1, -1, 0, 0}; static int[] dy = {0, 0, 1, -1}; static Queue q; public static void main(String[] args) throws IOException { // TODO Auto-generated method stub BufferedReader br = new BufferedReader(new InputStreamReader(System.in))..
문제_2644>> 코드 import java.io.*; import java.util.*; public class boj_2644 { static int n; static int[][] people; static int[] d; static boolean[] visit; public static void main(String[] args) throws IOException { // TODO Auto-generated method stub BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); n = Integer.parseInt(br.readLine()); people = new int[n][n]; d = new int[n]; ..
- Total
- 101,409
- Today
- 18
- Yesterday
- 78
- 알고리즘
- 윈도우
- 이진탐색트리
- LinearLayout
- 안드로이드
- C++
- frameLayout
- 정렬 알고리즘
- HTTP
- 백준알고리즘
- debug
- 운영체제
- OS
- 스프링
- 퀵정렬
- Android
- RelativeLayout
- windows
- C
- WinDbg
- adapter
- 백준
- listview
- DATABASE
- 스프링부트
- 네트워크
- BOJ
- ConstraintLayout
- handshake
- layout