Limits 1s, 32 MB

Three teams from your university competed in the ICPC Asia Dhaka Regional Contest 2021. Sedulous, Resolvers and Depuradors. Unfortunately, none of the teams could advance to the 45th45^{th} ICPC World Finals 2021 which was hosted in Dhaka, Bangladesh.

However, now it’s time to prepare for the next ICPC World Finals. For this purpose, coach Sisir is looking for new programmers among the freshers. He has gathered some first-year students and given them some problems to solve. Whoever will be able to solve these problems, coach Sisir will consider them for team formation of the upcoming ICPC.

One of the problems is given below. Can you solve it?

PQRSPQRS square is placed into ABCDABCD square such that the corners of PQRSPQRS square to touch the midpoints of sides of ABCDABCD square.Given the length of PQPQ. Calculate the area of ABCDABCD square.

Input

The input contains a single integer — the length of PQ(1PQ10000)PQ (1 \leq PQ \leq 10000).

Output

You have to output a single integer — the area of ABCDABCD square.

Samples

InputOutput
3
18
InputOutput
5
50
InputOutput
17
578

Submit

Login to submit.

Statistics

97% Solution Ratio
polashEarliest, Dec '22
rohan33Fastest, 0.0s
leviathan_09Lightest, 4.9 MB
ThisIsZubayerShortest, 22B
Toph uses cookies. By continuing you agree to our Cookie Policy.