[UVA] 11461 - Square Numbers
Square
Numbers
Input: Standard Input
Output: Standard Output
A square
number is an integer number whose square root is also an integer. For example
1, 4, 81 are some square numbers. Given two numbers a and b you will have to
find ...