문제 코드 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..
문제 코드 import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.Comparator; import java.util.HashMap; import java.util.Map; import java.util.StringTokenizer; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st = new StringToken..
- Total
- Today
- Yesterday
- 10828
- a^b
- 자동타입
- 10827
- kotlin
- 2743
- 10757
- 조세퍼스 문제
- #kotlin
- 단어 길이 재기
- 1158
- Eclipse
- algorihtm
- 영상처리
- 1260
- OpenCV
- GCD 합
- 함수형사고 Kotlin Java
- algorithm
- 1237
- javacv
- 알고리즘
- 큰 수 A+B
- 피보나치 수 4
- mssql
- #android #motionlayout
- constraintlayout
- 최대공약수와 최소공배수
- 문자열
- 10826
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |