0_0_22263555_32437.cpp: In function 'int main()':
0_0_22263555_32437.cpp:5:11: error: expected unqualified-id before '=' token
#define PI=3.1415927
^
0_0_22263555_32437.cpp:9:19: note: in expansion of macro 'PI'
const double PI=3.1415927;
^
0_0_22263555_32437.cpp:5:11: error: expected primary-expression before '=' token
#define PI=3.1415927
^
0_0_22263555_32437.cpp:11:26: note: in expansion of macro 'PI'
v=(4.000/3.000)*PI*r*r*r;
^
|