로딩
요청 처리 중입니다...

JAVA_프로그래머스_PCCE 기출문제 5번 심폐소생술

 JAVA_프로그래머스_PCCE 기출문제 5번 심폐소생술

JAVA_프로그래머스_PCCE 기출문제 5번 심폐소생술 풀이 class Solution { public int[] solution(String[] cpr) { int[] answer = {0, 0, 0, 0, 0}; String[] basic_order = {"check", "call", "pressure", "respiration", "repeat"}; for(int i=0; i