#include <bits/stdc++.h>using namespace std;
int main(){ long long int a,b=0; scanf("%lld",&a); printf("%lld",int(sqrt(a*2)));
}