#include <stdio.h> #define pi 3.14 int main() { int r=0; scanf("%d",&r); float V=0; V=(4/(3*1.0))*pi*pow(r,3); printf("%0.2f",V); return 0; }