0_0_30767226_8649.c: In function 'main':
0_0_30767226_8649.c:10:45: error: 'M_PI' undeclared (first use in this function)
printf("%d\n", 1+(int)(log10(sqrt(2*M_PI*n)) + n*log10(n/M_E)));//Stiring
^
0_0_30767226_8649.c:10:45: note: each undeclared identifier is reported only once for each function it appears in
0_0_30767226_8649.c:10:66: error: 'M_E' undeclared (first use in this function)
printf("%d\n", 1+(int)(log10(sqrt(2*M_PI*n)) + n*log10(n/M_E)));//Stiring
^
0_0_30767226_8649.c:10:73: error: expected expression before '/' token
printf("%d\n", 1+(int)(log10(sqrt(2*M_PI*n)) + n*log10(n/M_E)));//Stiring
^
|