You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 전체 남은 시간은 3초이고, 이번 단계에서는 2번 음식을 빼야 한다. 전체 음식이 2개 남아 있으므로 이번 단계에서 뺄 시간은 2(남은 음식의 개수) X <b>2(2번 음식을 다 먹는 시간)</b> = <b>4</b>초가 된다. 하지만 현재 전체 남은 시간이 3초인데, 이는 <b>4</b>보다 작으므로 빼지 않도록 한다.
0 commit comments