#include<bits/stdc++.h>
#define int long long
using namespace std;
int n,cnt,ans;
signed main(){
	cin>>n;
	cout<<0;
	return 0;
}