#include using namespace std; using ll = long long; const ll mod = 1000000007; const int MAX = 1e5 + 5; int main(){ cout << "kaage" << endl; }