package leetcode func minOperations(n int) int { return n * n / 4 }