#include <iostream>
int main()
{
  std::cout << std::boolalpha << false << std::endl;
  return 0;
}