题目出处
简单题
思路:
与hdu2001一样,套公式即可
关键代码:
#define PI 3.1415927 result = 4.0 / 3.0 * PI * pow(r, 3); printf("%.3f\n", result);