#define PI 3.14int main(){int r=10;float v;v=4.0f/3.0f * PI * r * r * r;printf("v=%.2f\\n", v);return 0;}