0_0_26369703_30446.cpp: In function 'int main()':
0_0_26369703_30446.cpp:10:12: error: expected primary-expression before '=' token
#define PI = 3.1415927
^
0_0_26369703_30446.cpp:15:13: note: in expansion of macro 'PI'
out = 4 * PI * r * r * r / 3;
^
|