#include
using namespace std; int main() { cout << (10 > 9); return 0; }
1