swea 1948 [D2] 날짜 계산기 JAVA 풀이 : 각 월에 따른 날짜를 다 더해서 총 합끼리 비교. result = sumB - sumA + 1 1월은 제외 Code public class Solution1948 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int T = sc.nextInt(); // 테스트 케이스 개수 for (int tc = 1; tc SWEA 2023.11.20