#[allow(unused)] use proconio::{input, marker::Chars}; fn main() { input! { n: f64, } println!("{}", n.powf(0.5) as i64) }