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