#include #include using namespace std; int main(){ long n; cin >> n; cout << float(sqrt(n / 3)) << endl; }