#include <stdio.h>int main(){ int n; scanf("%d",&n); if() { printf("win"); } else { printf("lose"); } return 0;}