SP91 TWOSQRS - Two squares or not two squares
Description
Given integer n decide if it is possible to represent it as a sum of two squares of integers.
Input Format
First line of input contains one integer c
Output Format
For each test case output Yes if it is possible to represent given number as a sum of two squares and No if it is not possible.