#include <bits/stdc++.h> using namespace std; int main() { double a; cin >> a; printf("%.2lf", 3.14 * 4 / 3 * a * a * a); return 0; }