UVA 11538 Chess Queen (数学)

该问题要求计算在 NxM 的棋盘上,两个棋后能形成攻击位置的组合数。输入包含多组 M 和 N 的值,输出对应每组输入的组合数。解决方案涉及在同一行、列和对角线上放置棋后的计数,然后将这些计数相加。给出了计算同一行、列和对角线上的棋后组合数的数学公式,并提供了最终的代码实现。
摘要由CSDN通过智能技术生成

ProblemAChess Queen
Input:
Standard Input

Output: Standard Output

You probably know how the game of chess is played and howchess queen operates. Two chess queens are in attacking position when they areon same row, column or diagonal of a chess board. Suppose two such chess queens(one black and the other white) are placed on (2x2) chess board. They can be inattacking positions in 12 ways, these are shown in the picture below:


Given an (NxM) board you will have to decide in howmany ways 2 queens can be in attacking position in that.

Input

Input file can contain up to 5000 lines of inputs. Each linecontains two non-negative integers which denote the value ofM and N (0< M, N£106) respectively.

Input is terminated by a line containing two zeroes. Thesetwo zeroes need not be processed.

Output

For each line of input produce one line of output. This linecontains an integer which denotes in how many ways two queens can be inattacking position in  an (MxN) board, where the values ofM and N came from the input. All output values will fit in 64-bit signedi

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值