您当前的位置: 首页 > 

Codeforces Round #566 (Div. 2)

对方正在debug 发布时间:2019-06-17 10:39:31 ,浏览量:9

题目链接:http://codeforces.com/contest/1182

A Filling Shapes
#include
using namespace std;

int main()
{
	int n;
	while(~scanf("%d",&n)){
		if(n&1){
			printf("0\n");
		}else{
			printf("%d\n",1            
关注
打赏
1688896170
查看更多评论
0.2428s