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