0_0_39608646_26979.c: In function 'main':
0_0_39608646_26979.c:8:40: error: 'M_PI' undeclared (first use in this function)
8 | long double ret = (4.0/3.0) * (M_PI)*(r * r * r);
| ^~~~
0_0_39608646_26979.c:8:40: note: each undeclared identifier is reported only once for each function it appears in
|