#define _CRT_SECURE_NO_WARNINGS #include "bits/stdc++.h" using namespace std; int main() { int n, m; cin >> n >> m; cout << 0 << endl; }