Coordinates
CPU usage time limit is 1 second
Runtime memory usage limit is 256 megabytes
Given a point in 3D space. Find the square of the distance from this point to the origin (i.e., to the point ).
Input
The first line contains one integer ().
The second line contains one integer ().
The third line contains one integer ().
Output
Output one integer.
Examples
Input
Answer
Submissions 10
Acceptance rate 70%