#include #include int main() { std::cout << "hypot(3.0, 4.0) = " << std::hypot(3.0, 4.0) << '\n'; }