Given an integer N with up to 800 digits whose square root is a whole number, print that square root.
Given an integer NNN, write a program that computes the square root of NNN.
The first line contains a positive integer NNN. The square root of NNN is always an integer, and NNN has at most 800 digits.
Print the square root of NNN on the first line.