#include<stdio.h>int main(){ int x; if( 50 < x < 70 ){ printf("win"); } else if("x%6==0"){ printf("win"); } else{ printf("lose"); } return 0;}