#include <iostream>

using namespace std;

int main() {
	bool IsAutoUpdate=true;
	cout<<IsAutoUpdate;
	return 0;
}