#include "bits/stdc++.h" using namespace std; typedef long long ll; int main() { double l; cin >> l; cout << fixed << setprecision(15) << l / 9.0 * l * 1.7320508075688772935274 / 4.0 << endl; return 0; }