풀이 및 소스코드 import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Solution { public static void main(String[] args) throws NumberFormatException, IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); // StringTokenizer st; StringBuilder sb = new StringBuilder(); int T = 10; for (int t = 1; t
풀이 및 소스코드 import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.LinkedList; import java.util.List; import java.util.Queue; import java.util.StringTokenizer; public class Solution { public static void main(String[] args) throws NumberFormatException, IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); Stri..
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.*; public class Solution { public static void main(String[] args) throws NumberFormatException, IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st; StringBuilder sb = new StringBuilder(); int T = 10; for (int t = 1; t 파(2)가 있는지 체크해준..
꼭 교환횟수를 채워야한다. 94 1 이 입력되었을 때, 94가 최대 상금이지만 1회 교환해준 49가 최대 상금이다. import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.*; public class Solution { static int res; public static void main(String[] args) throws NumberFormatException, IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st; Str..
https://docs.oracle.com/javase/7/docs/api/java/util/BitSet.html 비트 열이 클 때 (32 이상) BitSet을 쓰쟈 BitSet (Java Platform SE 7 ) Returns a new long array containing all the bits in this bit set. More precisely, if long[] longs = s.toLongArray(); then longs.length == (s.length()+63)/64 and s.get(n) == ((longs[n/64] & (1L
문제 https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV15FZuqAL4CFAYD SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com 풀이 및 소스코드 import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.*; public class Solution { public static void main(String[] args) throws NumberFormatException, IOExc..
문제 https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV18Sx36IwACFAZN SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com 내가 싫어하는 확률문제 .....ㅋㅋㅋㅋㅋ 코드 import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.*; public class Solution { public static void main(String[] args) throws NumberForma..
문제 https://www.acmicpc.net/problem/2668 2668번: 숫자고르기 세로 두 줄, 가로로 N개의 칸으로 이루어진 표가 있다. 첫째 줄의 각 칸에는 정수 1, 2, …, N이 차례대로 들어 있고 둘째 줄의 각 칸에는 1이상 N이하인 정수가 들어 있다. 첫째 줄에서 숫자를 적절 www.acmicpc.net 풀이 및 소스코드 1 -> 3 -> 1 시작했던 숫자로 다시 돌아오는 지 여부를 dfs로 확인해 준 후, 확인이 되면 결과값 리스트에 담아주면 된다. import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.*; public class Mai..
- Total
- Today
- Yesterday
- 메뉴리뉴얼 풀이
- 삼성청년SW아카데미
- 프로그래머스
- 1240 자바
- 백준파이썬
- 3996 자바
- 파이썬 풀이
- swea 1240 자바
- poker swea
- swea 4070 타일링
- swea 타일링 자바
- 백준
- 프로그래머스 더 맵게
- 프로그래머스 자바
- swea 타일링
- 파이썬
- yoloV3
- 1699 자바
- 백준 dp 문제
- 백준 풀이
- 타일링 자바
- 더 맵게
- ubuntu
- 백준 17144
- SSAFY
- SWEA
- union-find
- 프로그래머스 파이썬
- swea 1240
- 우분투
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |