The number of perfect squares is 2.
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Determine and output the count of natural perfect squares that fall within the interval [a, b].
Input
Two natural numbers, a and b, provided on a single line separated by a space ().
Output
The solution to the problem.
Examples
Input #1
Answer #1
Submissions 808
Acceptance rate 31%