Run ❯
Get your
own
website
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
#include
#include
int main() { printf("%f\n", fmin(2.0, 0.25)); printf("%f\n", fmin(31.2, 18.0)); printf("%f\n", fmin(14, 22)); printf("%f\n", fmin(96, 2048)); return 0; }
0.250000
18.000000
14.000000
96.000000