from math import *
a = 68000000
n = a*a
x = sqrt(n+1)
print a,x,x == a,floor(x) == x# your code goes here