#include <iostream>
#include <string>
int main()
{
std::string s1 = "Hi";
std::string s2 = "Hello";
std::cout << ((s1 < s2) ? s1 : s2) << std::endl;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgojaW5jbHVkZSA8c3RyaW5nPgoKaW50IG1haW4oKQp7CglzdGQ6OnN0cmluZyBzMSA9ICJIaSI7CglzdGQ6OnN0cmluZyBzMiA9ICJIZWxsbyI7CglzdGQ6OmNvdXQgPDwgKChzMSA8IHMyKSA/IHMxIDogczIpIDw8IHN0ZDo6ZW5kbDsKfQo=