#include int main() { std::cout << std::boolalpha << ("b" < "a") << std::endl; }