let n = Int(readLine()!)! import Foundation print(Int(pow(Double(n),0.5)))