전체 글
-
[SWEA-2805] 농작물 수확하기 - Java공부/SWEA 2022. 6. 4. 20:26
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com 코드 import java.util.Scanner; public class swea2805 { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T; T=sc.nextInt(); for(int test_case = 1; test_case
-
[SWEA-1208] [S/W 문제해결 기본] 1일차 - Flatten - Java공부/SWEA 2022. 6. 4. 20:21
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com 코드 import java.util.*; public class swea1208 { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T=10; for(int test_case = 1; test_case
-
[SWEA-1206] [S/W 문제해결 기본] 1일차 - View - Java공부/SWEA 2022. 6. 4. 20:17
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com 코드 import java.util.Scanner; public class swea1206 { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T=10; for(int test_case = 1; test_case =2&&arr[i]-arr[i-2]>0){ min=Math.min(min,arr[i]-arr[i-2]); }else..
-
[SWEA-1284] 수도 요금 경쟁 - Java공부/SWEA 2022. 6. 3. 15:59
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com 코드 import java.util.Scanner; public class swea1284 { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T; T=sc.nextInt(); for(int test_case = 1; test_case
-
[SWEA-2007] 패턴 마디의 길이 - Java공부/SWEA 2022. 6. 3. 15:55
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com 코드 import java.util.Scanner; public class swea2007 { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T; T=sc.nextInt(); for(int test_case = 1; test_case
-
[SWEA-1204] [S/W 문제해결 기본] 1일차 - 최빈수 구하기 - Java공부/SWEA 2022. 6. 2. 16:58
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com SWEA 1204번 [S/W 문제해결 기본] 1일차 최빈수 구하기 자바 풀이 난이도: D2 코드 import java.util.Scanner; public class swea1204 { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T; T=sc.nextInt(); for(int test_case = 1; test_case
-
[SWEA-1966] 숫자를 정렬하자 - Java공부/SWEA 2022. 6. 2. 16:52
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com 코드 import java.util.*; public class swea1966 { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T; T=sc.nextInt(); for(int test_case = 1; test_case
-
[SWEA-1970] 쉬운 거스름돈 - Java공부/SWEA 2022. 6. 2. 16:48
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com 코드 import java.util.Scanner; public class swea1970 { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T; T=sc.nextInt(); for(int test_case = 1; test_case