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", fmax(2.0, 0.25)); printf("%f\n", fmax(31.2, 18.0)); printf("%f\n", fmax(14, 22)); printf("%f\n", fmax(96, 2048)); return 0; }
2.000000
31.200000
22.000000
2048.000000