#include<bits/stdc++.h> using namespace std; int main() { int n,zx,zy; cin>>n>>zx>>zy; char x; cin>>x; cout<<"tiger"; return 0; }