SP1724 TRICOUNT - Counting Triangles

Description

We define the LEVEL of a triangle as in the following illustrative image: ![](https://cdn.luogu.com.cn/upload/vjudge_pic/SP1724/c8edf80b02c0246e6d8c8bf8821d8da784b7a23f.png) **Task:** Your task is very easy. All you have to do is to count all triangles in the biggest one (Level N).

Input Format

The first line of the input contains an integer T (T

Output Format

For each test case, you should write a seperate line: the number of triangles in the biggest one (Level N). (All answers will fit within the range of a 64-bit integer)