0_0_32302371_29423.cpp:2:2: error: invalid preprocessing directive #defime
#defime PI 3.1415927
^
0_0_32302371_29423.cpp: In function 'int main()':
0_0_32302371_29423.cpp:8:30: error: 'PI' was not declared in this scope
printf("%.3f\n",4*PI*r*r*r/3);
^
|