CF76E Points

Description

You are given $ N $ points on a plane. Write a program which will find the sum of squares of distances between all pairs of points.

Input Format

The first line of input contains one integer number $ N $ ( $ 1

Output Format

The only line of output should contain the required sum of squares of distances between all pairs of points.