전체 글
[SW expert Academy] SWEA 1244번 최대 상금 자바(Java)
[D3] [S/W 문제해결 응용] 2일차 - 최대 상금 - 1244 문제 링크 성능 요약 메모리: 107,660 KB, 시간: 8,832 ms, 코드길이: 1,063 Bytes 제출 일자 2023-11-07 13:27 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do import java.util.*; import java.io.*; class Solution { static char[] nums; static int limitCount; static int result; public static void main(String args[]) throws Exception{ Scanner sc = new S..
[SW expert Academy] SWEA 9658번 유효숫자 표기 자바(Java)
[D3] 유효숫자 표기 - 9658 문제 링크 성능 요약 메모리: 35,556 KB, 시간: 221 ms, 코드길이: 686 Bytes 제출 일자 2023-11-07 11: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 9280번 진용이네 주차타워 자바(Java)
[D3] 진용이네 주차타워 - 9280 문제 링크 성능 요약 메모리: 62,012 KB, 시간: 251 ms, 코드길이: 1,888 Bytes 제출 일자 2023-11-07 10:21 출처: 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 0){ if(size < n){ for(int j = 0; j < n..
[SW expert Academy] SWEA 7532번 세영이의 SEM력 연도 자바(Java)
[D3] 세영이의 SEM력 연도 - 7532 문제 링크 성능 요약 메모리: 33,400 KB, 시간: 549 ms, 코드길이: 736 Bytes 제출 일자 2023-11-06 10:32 출처: 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 5515번 2016년 요일 맞추기 자바(Java)
[D3] 2016년 요일 맞추기 - 5515 문제 링크 성능 요약 메모리: 24,548 KB, 시간: 157 ms, 코드길이: 541 Bytes 제출 일자 2023-11-06 10:19 출처: 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[] mons = {0,31,29,31,30,31,30,31,31,30,31,30,3..
[SW expert Academy] SWEA 10200번 구독자 전쟁 자바(Java)
[D3] 구독자 전쟁 - 10200 문제 링크 성능 요약 메모리: 30,368 KB, 시간: 180 ms, 코드길이: 411 Bytes 제출 일자 2023-11-06 09:49 출처: 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 n ? a + b - n : 0) ); } } }
[SW expert Academy] SWEA 8931번 제로 자바(Java)
[D3] 제로 - 8931 문제 링크 성능 요약 메모리: 104,756 KB, 시간: 485 ms, 코드길이: 591 Bytes 제출 일자 2023-11-06 09:41 출처: SW Expert Academy, https://swexpertacademy.com/main/code/problem/problemList.do import java.util.*; import java.util.Stack; 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){ int n = sc.nextInt..
[SW expert Academy] SWEA 8821번 적고 지우기 자바(Java)
[D3] 적고 지우기 - 8821 문제 링크 성능 요약 메모리: 30,432 KB, 시간: 188 ms, 코드길이: 589 Bytes 제출 일자 2023-11-06 09: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(); for(int tc = 1; tc