99클럽 코테 스터디 8일차 TIL + 한국이 그리울 땐 서버에 접속하지

·
📝 끄적끄적/항해99 코테 스터디
https://www.acmicpc.net/problem/9996 - 오늘의 학습 키워드한국이 그리울 땐 서버에 접속하지- 풀이import java.util.Scanner;public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int fileCount = Integer.parseInt(scanner.nextLine()); String pattern = scanner.nextLine(); String[] filenames = new String[fileCount]; for (int i = 0; i - 오늘의 회고..