#include <iostream>
using namespace std;

int main() {
	const int i = 100'000;
	cout << i << endl;
	return 0;
}