首页 > 代码库 > D. Vasya and Chess
D. Vasya and Chess
这个题略搞笑,蒙的。。。
奇偶判断了下就过了。。。
1 #include <iostream> 2 #include <stdio.h> 3 #include <algorithm> 4 #include <cstring> 5 #include <string.h> 6 #include <math.h> 7 #include <queue> 8 #include <stack> 9 #include <stdlib.h>10 #include <map>11 using namespace std;12 #define LL long long 13 #define sf(a) scanf("%d",&(a));14 15 #define N 10001016 17 int main(){18 int n;19 scanf("%d",&n);20 if(n%2==0) printf("white\n1 2\n");21 else printf("black\n");22 23 24 return 0;25 }
D. Vasya and Chess
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。