Wrong anti-spam code

Formulation

Create the function tallerMountain that has two arguments a and b of type Mountain. The function should return the name of the taller of the two mountains.

You should only write the code that replaces the text // ??? //.

std::string tallerMountain(Mountain a, Mountain b){
   // ??? //
}

Your submission


Picture
Prove that you are not a robot.