#include <bits/stdc++.h> using namespace std; int main(){ cout << pow(2,64) - 1 > pow(10,9); return 0; }