soominkim Study
article thumbnail
728x90

class Solution {
    public int solution(int hp) {
        int answer = 0;
        answer = hp/5;
        
        hp = hp%5;
        answer += hp/3;
        
        hp = hp%3;
        answer += hp/1; 
     
        return answer;
    }
}
728x90
profile

soominkim Study

@soominkim

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!

검색 태그