0_0_17288553_194.c: In function 'main':
0_0_17288553_194.c:10:24: error: 'M_PI' undeclared (first use in this function)
ans=0.5*ceil(log10(2*M_PI*n))+ceil(n*log10(n/M_E));
^
0_0_17288553_194.c:10:24: note: each undeclared identifier is reported only once for each function it appears in
0_0_17288553_194.c:10:48: error: 'M_E' undeclared (first use in this function)
ans=0.5*ceil(log10(2*M_PI*n))+ceil(n*log10(n/M_E));
^
|