#include <iostream> using namespace std; int N; int main() { cin>>N; if(!N) cout<<"YONSEI"; else cout<<"Leading the Way to the Future"; }