链接: 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
Lotus LOT-913考试规定考生在105分钟内完成85道考题,要求取得证书的分数为75%,考试语种为英语。LOT-913考试名称为Developing Websites Using IBM Lotus Web Content Management 7.0,其考试目标要求考生具备IBM Lotu... ...
分类:
其他好文 时间:
2019-09-13 14:02:38
阅读次数:
125
我们在做ctf时,经常需要辨认各种文件头,跟大家分享一下一些常见的文件头。 扩展名 文件头标识(HEX) 文件描述 123 00 00 1A 00 05 10 04 Lotus 1-2-3 spreadsheet (v9) file 3gg; 3gp; 3g2 00 00 00 nn 66 74 7 ...
分类:
其他好文 时间:
2019-08-23 00:10:26
阅读次数:
159
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
操作系统 1,管理软硬件资源2,管理调度计算机内部任务3,提供给用户和其他计算机接口 操作系统发展历史 手工处理1,效率低,每个任务之间都有等待的时间 批处理 联机批处理系统 1,cpu还是要等待,忙等 脱机批处理 分时处理 通用处理系统 windows Lotus Office365 Azure ...
分类:
编程语言 时间:
2019-06-22 21:17:25
阅读次数:
176