
1条回答 默认 最新
dc66632 2021-11-29 16:29关注#include <stdio.h>
#include <math.h>int main()
{
printf("%f", (ldexp(1.0, 128) / 1000000 / (365 * 24 * 60 * 60)));return 0;}
评论 打赏 举报解决 2无用
#include <stdio.h>
#include <math.h>
int main()
{
printf("%f", (ldexp(1.0, 128) / 1000000 / (365 * 24 * 60 * 60)));
return 0;
}