#include <iostream> using namespace std; int main() { double pi = 3.14; double r; cin >> r ; printf("%.2f", 4 * pi * r*r*r/3); return 0; }