#include using namespace std; signed main(){ int n,k;cin>>n>>k; if((n-k+3)%3==1)cout<<"Lost"<