문제 코드 import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.Stack; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int n = Integer.parseInt(br.readLine()); Stack s = new Stack(); StringBuilder sb = new StringBuilder(); for (int i = 0; i < n; i++) { String[] input = ..
문제 코드 import java.io.BufferedReader; import java.io.InputStreamReader; import java.math.BigDecimal; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] arr = br.readLine().split(" "); BigDecimal output = new BigDecimal(arr[0]).pow(Integer.parseInt(arr[1])); System.out.println(output.toPla..
문제 코드 import java.io.BufferedReader; import java.io.InputStreamReader; import java.math.BigInteger; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] arr = br.readLine().split(" "); System.out.println(new BigInteger(arr[0]).add(new BigInteger(arr[1]))); } } 출처 https://www.acmicpc.net/pr..
문제 코드 import java.io.BufferedReader; import java.io.InputStreamReader; import java.math.BigInteger; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int n = Integer.parseInt(br.readLine()); BigInteger[] bi = new BigInteger[n + 2]; bi[0] = BigInteger.ZERO; // 0 bi[1] = BigInteger.ONE; // 1 for (..
문제 코드 import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.Comparator; import java.util.PriorityQueue; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int n = Integer.parseInt(br.readLine()); PriorityQueue pq = new PriorityQueue(new Comparator() { @Override public ..
문제 코드 import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.Arrays; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int n = Integer.parseInt(br.readLine()); ArrayPoint[] ap = new ArrayPoint[n]; for (int i = 0; i < n; i++) { String[] arr = br.readLine().split(" "); i..
문제 코드 import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.Comparator; import java.util.PriorityQueue; public class Problem11297 { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int n = Integer.parseInt(br.readLine()); PriorityQueue pq = new PriorityQueue(new Comparator() { @Override..
문제 코드 import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.PriorityQueue; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int n = Integer.parseInt(br.readLine()); PriorityQueue pq = new PriorityQueue(); for (int i = 0; i < n; i++) { int x = Integer.parseInt(br.read..
- Total
- Today
- Yesterday
- 함수형사고 Kotlin Java
- algorithm
- algorihtm
- #android #motionlayout
- 조세퍼스 문제
- mssql
- 1237
- #kotlin
- 10828
- 1158
- kotlin
- GCD 합
- a^b
- 2743
- 10826
- 10757
- Eclipse
- 영상처리
- OpenCV
- 10827
- 알고리즘
- 피보나치 수 4
- constraintlayout
- 단어 길이 재기
- 자동타입
- 1260
- 문자열
- 최대공약수와 최소공배수
- javacv
- 큰 수 A+B
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |