【巴什博弈】杭电 hdu 1846 Brave Game

/* THE PROGRAM IS MADE BY PYY */
/*----------------------------------------------------------------------------//
    Copyright (c) 2012 panyanyany All rights reserved.

    URL   : http://acm.hdu.edu.cn/showproblem.php?pid=1846
    Name  : 1846 Brave Game

    Date  : Sunday, March 4, 2012
    Time Stage : half an hour

    Result:
5463555	2012-03-04 10:46:05	Accepted	1846
0MS	216K	1030 B
C++	pyy

5463546	2012-03-04 10:45:10	Output Limit Exceeded	1846
140MS	188K	1043 B
C++	pyy

5463515	2012-03-04 10:42:43	Wrong Answer	1846
0MS	216K	1043 B
C++	pyy


Test Data :

Review :
while (scanf(“%d”, &tcase) != EOF)是会WA的。
while (scanf(“%d”, &tcase) , tcase)是会OLE的。
//----------------------------------------------------------------------------*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <vector>

#include <algorithm>
#include <iostream>

using namespace std ;

#define MEM(a, v)		memset (a, v, sizeof (a))	// a for address, v for value
#define max(x, y)		((x) > (y) ? (x) : (y))
#define min(x, y)		((x) < (y) ? (x) : (y))

#define INF		(0x3f3f3f3f)
#define MAXN	(15)
#define MAXE	(MAXN*MAXN)

#define DB	/##/
#define LL __int64

int main()
{
	int tcase, m, n ;
	scanf("%d", &tcase) ;
	{
		while (tcase--)
		{
			scanf("%d%d", &n, &m) ;
			if (n%(m+1))
				printf ("first\n") ;
			else
				printf ("second\n") ;
		}
	}
	return 0;
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

写代码的安徒生

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值