[Algorithm] 피자 나눠 먹기 (1)

yeah·2023년 10월 16일

Algorithm

목록 보기
12/27
post-thumbnail

Mission.

작성한 답

function solution(n) {
   return Math.ceil(n/7);
}

참고 자료

https://school.programmers.co.kr/learn/courses/30/lessons/120814

profile
기록과 회고

0개의 댓글