#include <bits/stdc++.h> using namespace std; int main() { //cout<<int('0'); int n; string s; cin>>n; for(int i=0; i<n ; i++) { cin>>s; } cout<<0; }