#include #include using namespace std; int main(){ int L; scanf("%d", &L); double S = sqrt(3)/36*L*L; printf("%.12lf\n", S); return 0; }