gpt4 book ai didi

c - 双人楼层(time_t)

转载 作者:太空宇宙 更新时间:2023-11-04 05:03:58 25 4
gpt4 key购买 nike

我不明白为什么这会抛出undefined reference to `floor'”:

double curr_time = (double)time(NULL);
return floor(curr_time);

floor 收到的是什么?

最佳答案

您可能遇到了臭名昭著的 -lm 问题:编译为:

gcc yourfile.c -o out -lm 

这是 C FAQ 14.3项目也是如此。

关于c - 双人楼层(time_t),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2449323/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com