#include #include using namespace std; int main() { int n; cin >> n; printf("%.lf\n", sqrt(n/3.0)); }