import math
print(math.ceil(2.9))
print(math.floor(2.9))
print(math.sqrt(16))