본문으로 바로가기
728x90
반응형


1
2
3
4
5
class Solution {
    public int solution(int[] box, int n) {
        return (box[0]/n)*(box[1]/n)*(box[2]/n);
    }
}
cs

 

728x90
반응형