#include<bits/stdc++.h>
using namespace std;
const int N = 1e6 + 10;

int main(){
	cout << 1; 
	return 0;
}