Last Updated: 30 Nov, 2016

Square Root (Integral)

Easy
Asked in companies
ShareChatAdobeSamsung

Problem statement

Given a number N, find its square root. You need to find and print only the integral part of square root of N.

For eg. if number given is 18, answer is 4.

Input format :
Integer N
Output Format :
Square root of N (integer part only)
Constraints :
0 <= N <= 10^8