链接: https://codeforces.com/contest/1230/problem/C 题意: Anadi has a set of dominoes. Every domino has two parts, and each part contains some dots. For e ...
分类:
其他好文 时间:
2019-10-04 13:14:18
阅读次数:
81
1. The final uniform character should be either A[0] or B[0] 2. A[0] could be at the top, or the bottom. Same applies to B[0] 3. If A[0] works, no nee ...
分类:
其他好文 时间:
2019-10-01 16:12:21
阅读次数:
121
"C Anadi and Domino" 参考: "Anadi and Domino" 思路:分为两种情况: ①`n ② ,在这种情况下肯定会出现某两个点 和`b a`和 都有一条边,那么,只能够在其中一条边上放多米诺牌,而另外一边不可以。那么我们就可以将它分成两部分,一个是连接 的边,一个是连接 ...
分类:
其他好文 时间:
2019-09-25 18:47:34
阅读次数:
112
原题链接在这里:https://leetcode.com/problems/domino-and-tromino-tiling/ 题目: We have two types of tiles: a 2x1 domino shape, and an "L" tromino shape. These s ...
分类:
其他好文 时间:
2019-09-16 11:43:48
阅读次数:
104
1128. Number of Equivalent Domino Pairs 1128. Number of Equivalent Domino Pairs Given a list of dominoes, dominoes[i] = [a, b] is equivalent to domino ...
分类:
其他好文 时间:
2019-07-28 13:58:48
阅读次数:
102
蹉跎岁月 岁月里蹉跎。今天补交一个题。 这个题在leetcode里是easy的难度,我确没有写完,真不愿意来承认啊。 题目如下: Given a list of dominoes, dominoes[i] = [a, b] is equivalent to dominoes[j] = [c, d] ...
分类:
其他好文 时间:
2019-07-24 13:05:36
阅读次数:
93
题目简述:从左到右依次有$n \leq 10^7$个Domino骨牌,高度为$h_i$,手动推倒他的花费为$c_i$。每个骨牌之间的距离为$1$。一个骨牌可以被向左或者向右推倒。当第$i$个骨牌被推倒时,他会以相同方向推倒与其距离$<h_i$的所有骨牌。求推倒所有骨牌的最小花费。 解:code 令$ ...
分类:
其他好文 时间:
2019-02-24 18:52:42
阅读次数:
232
There are N dominoes in a line, and we place each domino vertically upright. In the beginning, we simultaneously push some of the dominoes either to t ...
分类:
其他好文 时间:
2019-02-18 01:16:10
阅读次数:
198
ProblemDominoconsoleisinundatedwiththeentry"ProcessC:\ProgramFiles\Symantec\BackupExec\RAWS\belnapi.exehasterminatedabnormally"ErrorProcessC:\ProgramFiles\Symantec\BackupExec\RAWS\belnapi.ex
分类:
其他好文 时间:
2018-12-01 00:20:19
阅读次数:
170