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
원문 링크 : JAVA_프로그래머스_PCCE 기출문제 5번 심폐소생술