# include <iostream> # include <cmath> using namespace std; float min(float a, float b) { float min; if (a >