「BZOJ1349」[Baltic2006] Squint

2014年7月28日2,7060

Description

Write a program to calculate integer square roots.

Input

The input is read from a text file named squint.in. Its only line consists of an integer 0 < = n < 2^63 .

Output

Its only line consists of the smallest nonnegative integer q such that q^2 >= n .

Sample Input

122333444455555

Sample Output

11060446

HINT

sqrt(122333444455555)=11060445.038765619 .

题解

直接sqrt(n) 真是神题啊

 

avatar
  Subscribe  
提醒