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