Write a program to calculate integer square roots.
输入描述:
The input is read from a text file named squint.in. Its only line consists of an integer 0 < = n < 2^63 .
输出描述:
Its only line consists of the smallest nonnegative integer q such that q^2 >= n .