您的位置:首页 > 其它

D - Vasya and Chess

2015-01-31 13:28 141 查看
猜的。。不知道怎么证明

#include <iostream>

#include <string.h>

#include <stdio.h>

#include <string.h>

using namespace std;

int main()

{

    int n;

    while(scanf("%d",&n) != EOF)

    {

        if(n%2)

         printf("black\n");

        else

         {

             printf("white\n");

             printf("1 2\n");

         }

    }

    return 0;

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: