#include using namespace std; int main () { int a; cin >> a; if (a > 0) cout << "LIELAIS" << endl; else cout << "mazais" << endl; return 0; }