전체 글

전체 글

    [SW expert Academy] SWEA 7193번 승현이의 수학공부 자바(Java)

    [D3] 승현이의 수학공부 - 7193 문제 링크 성능 요약 메모리: 132,620 KB, 시간: 492 ms, 코드길이: 597 Bytes 제출 일자 2023-11-04 01:39 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do import java.io.*; import java.util.*; class Solution { public static void main(String args[]) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int T = Integer.parseInt(..

    [SW expert Academy] SWEA 8888번 시험 자바(Java)

    [D3] 시험 - 8888 문제 링크 성능 요약 메모리: 146,616 KB, 시간: 1,208 ms, 코드길이: 2,088 Bytes 제출 일자 2023-11-04 01:01 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do import java.io.*; import java.util.*; class Solution { public static void main(String args[]) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int T = Integer.parseInt(br...

    [SW expert Academy] SWEA 4299번 태혁이의 사랑은 타이밍 자바(Java)

    [D3] 태혁이의 사랑은 타이밍 - 4299 문제 링크 성능 요약 메모리: 20,120 KB, 시간: 132 ms, 코드길이: 602 Bytes 제출 일자 2023-11-03 19:52 출처: 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(); int check = sumTimes(11,11,11); for(int tc = 1; tc

    [SW expert Academy] SWEA 7510번 상원이의 연속 합 자바(Java)

    [D3] 상원이의 연속 합 - 7510 문제 링크 성능 요약 메모리: 22,056 KB, 시간: 599 ms, 코드길이: 693 Bytes 제출 일자 2023-11-03 19:42 출처: 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 5549번 홀수일까 짝수일까 자바(Java)

    [D3] 홀수일까 짝수일까 - 5549 문제 링크 성능 요약 메모리: 32,128 KB, 시간: 183 ms, 코드길이: 502 Bytes 제출 일자 2023-11-02 11:00 출처: 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

    [SW expert Academy] SWEA 8840번 아바바바 자바(Java)

    [D3] 아바바바 - 8840 문제 링크 성능 요약 메모리: 100,676 KB, 시간: 764 ms, 코드길이: 317 Bytes 제출 일자 2023-11-02 10:48 출처: 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 8104번 조 만들기 자바(Java)

    [D3] 조 만들기 - 8104 문제 링크 성능 요약 메모리: 24,332 KB, 시간: 174 ms, 코드길이: 1,004 Bytes 제출 일자 2023-11-02 10:11 출처: 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 7675번 통역사 성경이 자바(Java)

    [D3] 통역사 성경이 - 7675 문제 링크 성능 요약 메모리: 32,644 KB, 시간: 194 ms, 코드길이: 906 Bytes 제출 일자 2023-11-02 09: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