#include<bits/stdc++.h>
using namespace std;
int main(){
	int x,y;
	if(x==1)
	cout<<y;
	return 0;
}