提交时间:2025-01-09 19:50:25

运行 ID: 308180

n=int(input()) if n%11==0: print('win') else: print('lose')