Problem1427--ZTP021 计算log函数之和1427: ZTP021 计算log函数之和
Time Limit: 1 Sec Memory Limit: 128 MB
Submit: 3 Solved: 3
[Submit] [Status] [Web Board] [Creator:]
Description
#include <math.h>
#include <stdio.h>
double fun( int m )
{
}
int main()
{
double n;
scanf("%lf", &n);
printf("%f\n", fun(n));
return 0;
}