JAVA_프로그래머스_PCCE 기출문제 6번 물 부족 풀이 class Solution { public int solution(int storage, int usage, int[] change) { int total_usage = 0; for(int i=0; i
원문 링크 : JAVA_프로그래머스_PCCE 기출문제 6번 물 부족
JAVA_프로그래머스_PCCE 기출문제 6번 물 부족 풀이 class Solution { public int solution(int storage, int usage, int[] change) { int total_usage = 0; for(int i=0; i
원문 링크 : JAVA_프로그래머스_PCCE 기출문제 6번 물 부족