Sum a*a + ... + b * b
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given two positive integers and , find the sum .
Input
Two positive integers and .
Output
Print the value of the given sum.
Examples
Input #1
Answer #1
Submissions 2K
Acceptance rate 67%