알고리즘 - SWEA/D3

    [SW expert Academy] SWEA 9700번 USB꽂기의 미스터리 자바(Java)

    [D3] USB 꽂기의 미스터리 - 9700 문제 링크 성능 요약 메모리: 21,204 KB, 시간: 139 ms, 코드길이: 373 Bytes 제출 일자 2023-11-05 21:04 출처: 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 8741번 두문자어 자바(Java)

    [D3] 두문자어 - 8741 문제 링크 성능 요약 메모리: 18,588 KB, 시간: 102 ms, 코드길이: 499 Bytes 제출 일자 2023-11-05 20:46 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do import java.io.*; class Solution { public static void main(String args[]) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int T = Integer.parseInt(br.readLine()); for(int tc..

    [SW expert Academy] SWEA 10804번 문자열의 거울상 자바(Java)

    [D3] 문자열의 거울상 - 10804 문제 링크 성능 요약 메모리: 24,892 KB, 시간: 170 ms, 코드길이: 677 Bytes 제출 일자 2023-11-05 20:38 출처: 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 9997번 미니멀리즘 시계 자바(Java)

    [D3] 미니멀리즘 시계 - 9997 문제 링크 성능 요약 메모리: 23,988 KB, 시간: 173 ms, 코드길이: 326 Bytes 제출 일자 2023-11-05 20:31 출처: 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 7102번 준홍이의 카드놀이 자바(Java)

    [D3] 준홍이의 카드놀이 - 7102 문제 링크 성능 요약 메모리: 24,408 KB, 시간: 173 ms, 코드길이: 925 Bytes 제출 일자 2023-11-05 20:20 출처: 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 6958번 동철이의 프로그래밍 대회 자바(Java)

    [D3] 동철이의 프로그래밍 대회 - 6958 문제 링크 성능 요약 메모리: 27,936 KB, 시간: 156 ms, 코드길이: 777 Bytes 제출 일자 2023-11-05 20:08 출처: 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 8673번 코딩 토너먼트1 자바(Java)

    [D3] 코딩 토너먼트1 - 8673 문제 링크 성능 요약 메모리: 96,692 KB, 시간: 314 ms, 코드길이: 843 Bytes 제출 일자 2023-11-05 19:35 출처: 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 4579번 세상의 모든 팰린드롬 2 자바(Java)

    [D3] 세상의 모든 팰린드롬 2 - 4579 문제 링크 성능 요약 메모리: 21,224 KB, 시간: 130 ms, 코드길이: 673 Bytes 제출 일자 2023-11-05 16:43 출처: 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