Day 13 D1. Domino (easy version)

这道编程问题要求确定是否能够在n*m的网格中放置n*m/2个多米诺骨牌,使得k个是水平放置,其余的是垂直放置,不重叠并完全覆盖网格。给定t个测试案例,每个案例包含n、m和k的值,需要判断是否可行,并返回'YES'或'NO'作为答案。
摘要由CSDN通过智能技术生成

Problem:
The only difference between this problem and D2 is that you don’t have to provide the way to construct the answer in this problem, but you have to do it in D2.

There’s a table of n×m cells (n rows and m columns). The value of n⋅m is even.

A domino is a figure that consists of two cells having a common side. It may be horizontal (one of the cells is to the right of the other) or vertical (one of the cells is above the other).

You need to find out whether it is possible to place nm/2 dominoes on the table so that exactly k of them are horizontal and all the other dominoes are vertical. The dominoes cannot overlap and must fill the whole table.

Input
The first line contains one integer t (1≤t≤10) — the number of test cases. Then t test cases follow.

Each test case consists of a single line. The line contains three integers n, m, k (1≤n,m≤100, 0≤k≤nm/2, n⋅m is even) — the number of rows, colum

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值