eolymp
bolt
Try our new interface for solving problems
Problems

Sum of squares

Sum of squares

Find the sum of the squares of two numbers.

Input

Two integers a and b. The numbers do not exceed 109 by absolute value.

Output

Print a single integer a2 + b2.

Time limit 1 second
Memory limit 128 MiB
Input example #1
2 3
Output example #1
13