0_0_39540086_25314.cpp: In function 'int main()': 0_0_39540086_25314.cpp:13:35: error: 'M_PI' was not declared in this scope 13 | double area = d * d * sin(M_PI * a / 180) / 2 * n; | ^~~~