#include<bits/stdc++.h>
#define int long long
using namespace std;

signed main(){
	cout << 0 << endl;
	return 0;
}