전체 글

전체 글

    [SW expert Academy] SWEA 2930번 힙 자바(Java)

    [D3] 힙 - 2930 문제 링크 성능 요약 메모리: 123,900 KB, 시간: 996 ms, 코드길이: 737 Bytes 제출 일자 2023-11-01 09:58 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do import java.util.*; class Solution { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T = sc.nextInt();; for(int tc = 1; tc o2-o1); StringBuilder sb = new StringBuilder()..

    [SW expert Academy] SWEA 10726번 이진수 표현 자바(Java)

    [D3] 이진수 표현 - 10726 문제 링크 성능 요약 메모리: 56,260 KB, 시간: 311 ms, 코드길이: 579 Bytes 제출 일자 2023-11-01 09:45 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do import java.util.Scanner; class Solution { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T = sc.nextInt(); for(int tc = 1; tc

    [SW expert Academy] SWEA 2948번 문자열 교집합 자바(Java)

    [D3] 문자열 교집합 - 2948 문제 링크 성능 요약 메모리: 143,104 KB, 시간: 1,761 ms, 코드길이: 611 Bytes 제출 일자 2023-11-01 09:25 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do import java.util.*; class Solution { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T = sc.nextInt(); for(int tc = 1; tc

    [SW expert Academy] SWEA 3975번 승률 비교하기 자바(Java)

    [D3] 승률 비교하기 - 3975 문제 링크 성능 요약 메모리: 120,748 KB, 시간: 1,530 ms, 코드길이: 420 Bytes 제출 일자 2023-10-31 13:33 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do import java.util.Scanner; class Solution { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T = sc.nextInt(); for(int tc = 1; tc b ? "ALICE" : "BOB"))); } } }

    [SW expert Academy] SWEA 5431번 민석이의 과제 체크하기 자바(Java)

    [D3] 민석이의 과제 체크하기 - 5431 문제 링크 성능 요약 메모리: 55,812 KB, 시간: 296 ms, 코드길이: 606 Bytes 제출 일자 2023-10-31 12:58 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do import java.util.Scanner; class Solution { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T = sc.nextInt(); for(int tc = 1; tc

    [SW expert Academy] SWEA 6808번 규영이와 인영이의 카드게임 자바(Java)

    [D3] 규영이와 인영이의 카드게임 - 6808 문제 링크 성능 요약 메모리: 23,632 KB, 시간: 2,850 ms, 코드길이: 1,540 Bytes 제출 일자 2023-10-31 12:50 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do import java.util.Scanner; class Solution { static int[] a; static int[] b; static int[] arr; static boolean[] visit; static int win; static int lose; public static void main(String args[]) throws Exceptio..

    [SW expert Academy] SWEA 1230번 암호문3 자바(Java)

    [D3] [S/W 문제해결 기본] 8일차 - 암호문3 - 1230 문제 링크 성능 요약 메모리: 90,420 KB, 시간: 356 ms, 코드길이: 1,264 Bytes 제출 일자 2023-10-31 11:03 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do import java.util.LinkedList; import java.util.Scanner; class Solution { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T = 10; for(int tc = 1; t..

    [SW expert Academy] SWEA 5688번 세제곱근을 찾아라 자바(Java)

    [D3] 세제곱근을 찾아라 - 5688 문제 링크 성능 요약 메모리: 22,920 KB, 시간: 237 ms, 코드길이: 576 Bytes 제출 일자 2023-10-31 10:42 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do import java.util.Scanner; import java.math.BigInteger; class Solution { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T = sc.nextInt(); for(int tc = 1; tc