#include <bits/stdc++.h>
#define rep(i,n) for(int i = 0; i < n; i++)
using namespace std;
typedef long long ll;
typedef pair<ll,ll> P;

const double EPS = 1e-10;
const ll INF = 100000000;
const ll MOD = 1000000007;

int t;
int X1, Y1, T1;
int X2, Y2, T2;
int c[9][9];

int main() {
    cin >> t;
    cin >> X1 >> Y1 >> T1;
    cin >> X2 >> Y2 >> T2;
    rep(i,9) rep(j,9) cin >> c[i][j];
    cout << 0 << endl;
}






























Battle History

OpponentConfigResultDate
BOT (random)Lose2018/05/19 14:10:35