#include<bits/stdc++.h> using namespace std; int main(){ int a,s; cin>>a; s=sqrt(a); cout<<s<<endl; return 0; }