coding test (1) 썸네일형 리스트형 [1차] 추석 트래픽 https://programmers.co.kr/learn/courses/30/lessons/17676 응답시작시간[1] 이라면 processCount + 1 // 아니라면 processCount를 maxCount에 담아주고 break; public int solution(String[] lines) { int answer = 0; int arrSize = lines.length; long[] startTime = new long[arrSize]; long[] endTime = new long[arrSize]; int processCount = 1; int maxCount = 1; SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss.. 이전 1 다음