运行 ❯
获取您的
自己的
网站
×
更改朝向
更改主题,暗/亮
转到空间
#include <stdio.h> #include <math.h> int main() { printf("%f\n", ceil(1.4)); printf("%f\n", floor(1.4)); return 0; }
2.000000
1.000000