#include <iostream>
#include <iomanip>
using namespace std;
int main () {
  cout << boolalpha ("1" < "0") << endl;
}