标签:style color os io ar 数据 div 代码 sp
2 1000 1 1 100
Lose Win
代码:
#include<stdio.h> int main() { int T,N,M; scanf("%d",&T); while(T--) { scanf("%d%d",&N,&M); if(N%(M+1)) printf("Win\n"); else printf("Lose\n"); } return 0; }
标签:style color os io ar 数据 div 代码 sp
原文地址:http://blog.csdn.net/qq_18062811/article/details/38929199