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