#include <stdio.h> #include <math.h> int main() { double r; scanf("%lf\n",&r); printf("%.2lf",3.14*pow(r,3)*4/3); return 0; }
使用您的 Hydro 通用账户