728x90 Format1 [Programmers | Java | 연습문제 풀이] 동영상 재생기- Solution with Stream.reduce() & 조건문 코딩테스트 연습 / PCCP 기출문제 / [PCCP 기출문제] 1번 📺 동영상 재생기🏷️ 관련 주제 : Stream reduce String format 💡 Solution With Stream.reduce() & 조건문import java.util.Arrays;class Solution { public String solution(String video_len, String pos, String op_start, String op_end, String[] commands) { String answer = ""; int video_time = Arrays.stream(video_len.split(":")) .mapToI.. 2024. 12. 1. 이전 1 다음 728x90