题面Write a program to calculate integer square roots.输入格式Its only line consists of an integer 0⩽n≤2630 \leqslant n \leq 2^{63}0⩽n≤263 .输出格式Its only line consists of the smallest nonnegative integer qqq such that q2⩾nq^2 \geqslant nq2⩾n .样例输入122333444455555 输出11060446 提示1223334444555550.5≈11060445.038765619122333444455555^{0.5} ≈ 11060445.0387656191223334444555550.5≈11060445.038765619