#include <bits/stdc++.h>
using namespace std;
int main() {
	int n,i,x,ans;
    cin>>n>>x;
	 

    cout<<ans;
	return 0;
}