• + 1 comment

    Maybe try (n*(n-1)) if n-1 is not correct, I'm not 100% sure too. Reasons: 1.1 is not correct. 2.n-1 and n*(n-1)/2 is not correct because people tried it but didn't get any points after submitting. So (n*(n-1)) is probably the answer.