전체 글

전체 글

    [SW expert Academy] SWEA 7584번 자가 복제 문자열 자바(Java)

    [D3] 자가 복제 문자열 - 7584 문제 링크 성능 요약 메모리: 20,936 KB, 시간: 133 ms, 코드길이: 645 Bytes 제출 일자 2023-11-04 22:47 출처: 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 0){ if(k % 2 == 1) k = (k-1)/ 2; i..

    [SW expert Academy] SWEA 4522번 세상의 모든 팰린드롬 자바(Java)

    [D3] 세상의 모든 팰린드롬 - 4522 문제 링크 성능 요약 메모리: 20,364 KB, 시간: 128 ms, 코드길이: 717 Bytes 제출 일자 2023-11-04 22:12 출처: 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 6692번 다솔이의 월급 상자 자바(Java)

    [D3] 다솔이의 월급 상자 - 6692 문제 링크 성능 요약 메모리: 94,708 KB, 시간: 363 ms, 코드길이: 445 Bytes 제출 일자 2023-11-04 21:53 출처: 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 7087번 문제 제목 붙이기 자바(Java)

    [D3] 문제 제목 붙이기 - 7087 문제 링크 성능 요약 메모리: 24,216 KB, 시간: 165 ms, 코드길이: 593 Bytes 제출 일자 2023-11-04 21:46 출처: 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 3142번 영준이와 신비한 뿔의 숲 자바(Java)

    [D3] 영준이와 신비한 뿔의 숲 - 3142 문제 링크 성능 요약 메모리: 20,352 KB, 시간: 130 ms, 코드길이: 491 Bytes 제출 일자 2023-11-04 21:22 출처: 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 10912번 외로운 문자 자바(Java)

    [D3] 외로운 문자 - 10912 문제 링크 성능 요약 메모리: 35,712 KB, 시간: 233 ms, 코드길이: 867 Bytes 제출 일자 2023-11-04 21:07 출처: 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 3314번 보충학습과 평균 자바(Java)

    [D3] 보충학습과 평균 - 3314 문제 링크 성능 요약 메모리: 70,088 KB, 시간: 321 ms, 코드길이: 434 Bytes 제출 일자 2023-11-04 13:51 출처: 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 11445번 무한 사전 자바(Java)

    [D3] 무한 사전 - 11445 문제 링크 성능 요약 메모리: 21,052 KB, 시간: 137 ms, 코드길이: 485 Bytes 제출 일자 2023-11-04 02:44 출처: 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