F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

Little Bishops

Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 407    Accepted Submission(s): 167


Problem Description
A bishop is a piece used in the game of chess which is played on a board of square grids. A bishop can only move diagonally from its current position and two bishops attack each other if one is on the path of the other. In the following figure, the dark squares represent the reachable locations for bishop B1 form its current position. The figure also shows that the bishops B1 and B2 are in attacking positions whereas B1 and B3 are not. B2 and B3 are also in non-attacking positions.



Now, given two numbers n and k, your job is to determine the number of ways one can put k bishops on an n ¡Á n chessboard so that no two of them are in attacking positions.
 

Input
The input file may contain multiple test cases. Each test case occupies a single line in the input file and contains two integers n (1 ¡Ü n ¡Ü 8) and k (0 ¡Ü k ¡Ü n2).

A test case containing two zeros for n and k terminates the input and you won¡¯t need to process this particular input.
 

Output
For each test case in the input print a line containing the total number of ways one can put the given number of bishops on a chessboard of the given size so that no two of them are in attacking positions. You may safely assume that this number will be less than 10^15.
 

Sample Input
8 6 4 4 0 0
 

Sample Output
5599888 260
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-04-27 09:08:43, Gzip enabled