• + 2 comments

    All test is perfect

    static long halloweenParty(int k) {
            long result = k / 2;
            return (result * (k - result));
        }