#include <iostream>
#include <math.h>

using namespace std;
int main()
{
	long a;
	cin >> a;
	cout << "1000000" << endl;
	return 0;
}