문제_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
- 80,876
- Today
- 2
- Yesterday
- 41
- 정렬 알고리즘
- 퀵정렬
- handshake
- 백준
- C++
- 스프링
- 운영체제
- layout
- 이진탐색트리
- DATABASE
- Android
- BOJ
- 안드로이드
- RelativeLayout
- ConstraintLayout
- adapter
- debug
- HTTP
- LinearLayout
- 백준알고리즘
- windows
- 윈도우
- 알고리즘
- C
- listview
- frameLayout
- WinDbg
- 스프링부트
- OS
- 네트워크