#include #include void main() { printf( "%f\n", hypot( 3.0, 4.0 ) ); }