sw expert academy
-
[SWEA-3431] 준환이의 운동관리 - Java공부/SWEA 2024. 3. 9. 22:33
https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWE_ZXcqAAMDFAV2 SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com SWEA 3431번 준환이의 운동관리 자바 풀이 난이도: D3 코드 class Solution { 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 c){ System.out.pri..
-
[SWEA-8741] 두문자어 - Java공부/SWEA 2022. 8. 15. 19:51
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com SWEA 8741번 두문자어 자바 풀이 난이도: D3 코드 import java.util.Scanner; public class swea8741 { public static void main(String args[]) throws Exception { Scanner sc = new Scanner(System.in); int T; T=sc.nextInt(); sc.nextLine(); for(int test_case = 1; test_case
-
[SWEA-8821] 적고 지우기 - Java공부/SWEA 2022. 8. 14. 14:34
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com SWEA 8821번 적고 지우기 자바 풀이 난이도: D3 코드 import java.util.Scanner; public class swea8821 { 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-8931] 제로 - Java공부/SWEA 2022. 8. 13. 21:16
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com SWEA 8931번 제로 자바 풀이 난이도: D3 코드 import java.util.*; public class swea8931 { 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-9229] 한빈이와 Spot Mart - Java공부/SWEA 2022. 8. 11. 22:42
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com SWEA 9299번 한빈이와 Spot Mart 자바 풀이 난이도: D3 코드 import java.util.*; public class swea9299 { 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-9317] 석찬이의 받아쓰기 - Java공부/SWEA 2022. 8. 10. 23:27
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com SWEA 9317번 석찬이의 받아쓰기 자바 풀이 난이도: D3 코드 import java.util.Scanner; public class swea9317 { 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-9839] 최고의 쌍 - Java공부/SWEA 2022. 8. 9. 13:45
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com SWEA 9839번 최고의 쌍 자바 풀이 난이도: D3 코드 import java.util.*; public class swea9839 { 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-9940] 순열1 - Java공부/SWEA 2022. 8. 8. 19:58
https://swexpertacademy.com/main/code/problem/problemDetail.do SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com SWEA 9940번 순열1 자바 풀이 난이도: D3 코드 import java.util.*; public class swea9940 { public static void main(String args[]){ Scanner sc = new Scanner(System.in); int T; T=sc.nextInt(); for(int test_case = 1; test_case