전체 글
[SW expert Academy] SWEA 8500번 극장 좌석 자바(Java)
[D3] 극장 좌석 - 8500 문제 링크 성능 요약 메모리: 119,020 KB, 시간: 689 ms, 코드길이: 530 Bytes 제출 일자 2023-11-06 09:29 출처: 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 4751번 다솔이의 다이아몬드 장식 자바(Java)
[D3] 다솔이의 다이아몬드 장식 - 4751 문제 링크 성능 요약 메모리: 23,952 KB, 시간: 156 ms, 코드길이: 1,051 Bytes 제출 일자 2023-11-05 21:35 출처: 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(); char[][] mark = {{'.','.','#','.','.'}, {'.','#..
[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