Sum of squares
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the sum of the squares of two numbers.
Input
Two integers and , each of which does not exceed in absolute value.
Output
Print the value of the expression .
Examples
Input #1
Answer #1
Submissions 83K
Acceptance rate 36%