if N == K: print("Drew") elif N-K == -1 or N-K == 2: print("Won") elif N-K == -2 or N-K == 1: print("Lost") print(time.time()-start)