Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
int main() { printf("%f\n", ceil(1.4)); printf("%f\n", floor(1.4)); return 0; }
2.000000
1.000000