Hackerrank | Sherlock and Squares


from math import *

# Complete the squares function below.
def squares(a, b):
    return floor(sqrt(b) - ceil(sqrt(a)) 1

Comments

Popular posts from this blog

Hackerrank | Sequence Equation

HackerRank | Organizing Containers of Balls

HackerRank | Minimum Distances