hdu 1527石取りゲーム(ウェイゾフゲーム)

336 ワード

テーマリンク:http://acm.hdu.edu.cn/showproblem.php?pid=1527
#include 
#include 

int main()
{
	int a,b,c,k;
    double temp;
	temp=(1.0+sqrt(5.0))/2.0;
	while(scanf("%d %d",&a,&b)!=EOF)
	{
		if(a