문제https://softeer.ai/practice/6291풀이(25분)import java.util.*;import java.io.*;public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int n = Integer.parseInt(br.readLine()); Lecture[] lectures = new Lecture[n]; for (int i = 0; i = lastEndTime) { // 현재 강의의 시작 시간이 이전 강의 ..