[PCCP 기출문제] 1번 / 동영상 재생기
댓글수 ·
2024.11.09
문제 https://school.programmers.co.kr/learn/courses/30/lessons/340213 프로그래머스SW개발자를 위한 평가, 교육, 채용까지 Total Solution을 제공하는 개발자 성장을 위한 베이스캠프programmers.co.kr 문제풀이 class Solution { public String solution(String video_len, String pos, String op_start, String op_end, String[] commands) { int videotime = covsec(video_len); int postime = covsec(pos); int opstime = covsec..