#include <iostream>
using namespace std;

int main() {
	cout << (true > 0) << endl;
	return 0;
}