전체 글

전체 글

    [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

    [SW expert Academy] SWEA 5603번 건초더미 자바(Java)

    [D3] [Professional] 건초더미 - 5603 문제 링크 성능 요약 메모리: 52,400 KB, 시간: 215 ms, 코드길이: 678 Bytes 제출 일자 2023-11-05 16:21 출처: 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 num){ result += (avg - n..

    [SW expert Academy] SWEA 5162번 두가지 빵의 딜레마 자바(Java)

    [D3] 두가지 빵의 딜레마 - 5162 문제 링크 성능 요약 메모리: 25,692 KB, 시간: 168 ms, 코드길이: 378 Bytes 제출 일자 2023-11-05 15:55 출처: 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 8658번 Summation 자바(Java)

    [D3] Summation - 8658 문제 링크 성능 요약 메모리: 21,100 KB, 시간: 135 ms, 코드길이: 699 Bytes 제출 일자 2023-11-04 22:55 출처: 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