标签:des style blog http io ar color os sp
#include<iostream>
#include<cstdio>
#include<cstring>
#include<string>
#include<cmath>
#include<cstdlib>
#include<algorithm>
#include<queue>
#include<vector>
#include<set>
using namespace std;
int n;
int main()
{
while(scanf("%d",&n)!=EOF)
{
if(n&1)
printf("black\n");
else
{
printf("white\n");
printf("1 2\n");
}
}
return 0;
}
标签:des style blog http io ar color os sp
原文地址:http://www.cnblogs.com/a972290869/p/4160747.html