码迷,mamicode.com
首页 >  
搜索关键字:triple    ( 179个结果
LeetCode 731. My Calendar II
Problem Description: Implement a MyCalendarTwo class to store your events. A new event can be added if adding the event will not cause a triple bookin ...
分类:其他好文   时间:2019-03-16 19:40:41    阅读次数:191
POJ - 3244-Difference between Triplets
其实我最开始没有这道题。。。是做到UPC-11079-小P的决斗,训练结束后然后搜索了一波,才了解这个题的。 非常牛逼的题。。。这么多人做出来了。。。我好菜。。。 对于每对三元组Ta=(La,Ja,Ka),Tb=(Lb,Jb,Kb),定义Ta,Tb之间的差值D为D(Ta,Tb)=max(La?Lb, ...
分类:其他好文   时间:2019-02-23 01:11:45    阅读次数:159
poj 1006(中国剩余定理+模板题)
题意:人自出生起就有体力,情感和智力三个生理周期,分别为23,28和33天。一个周期内有一天为峰值,在这一天,人在对应的方面(体力,情感或智力)表现最好。通常这三个周期的峰值不会是同一天。现在给出三个日期,分别对应于体力,情感,智力出现峰值的日期。然后再给出一个起始日期,要求从这一天开始,算出最少再 ...
分类:其他好文   时间:2019-02-17 20:24:26    阅读次数:214
英语中数学符号读法
参考这篇,非常有用 http://www.sohu.com/a/213007581_224832 1. x' 读 x prime x'' 读 x double prime x''' 读 x triple prime 2. 上标(superscript) 下标(subscript)W_0 读法应为 w ...
分类:其他好文   时间:2019-02-07 16:33:19    阅读次数:151
SPOJ-EIGHTS Triple Fat Ladies【数学规律】
"Triple Fat Ladies" Pattern Matchers have been designed for various sorts of patterns. Mr. HKP likes to observe patterns in numbers. After completing ...
分类:其他好文   时间:2019-01-03 18:15:14    阅读次数:220
Codeforces1071C Triple Flips 【构造】【Four Russians】
题目分析: 这种题目显然可以先考虑哪些无解。我们发现我们不考虑操作次数的时候,我们可以选择连续的三个进行异或操作。 这样我们总能使得一个序列转化为$000...000xy$的形式。换句话说,对于$000...0001$,$000...0010$,$000...0011$考虑无解条件即可。 这时候写一 ...
分类:其他好文   时间:2018-10-27 00:10:33    阅读次数:317
yyy的python3第八天学习
望着小月亮:https://www.cnblogs.com/triple-y/ 请尊重原创:https://www.cnblogs.com/triple-y/p/9655753.html python3之面向对象编程 很多时候,我们反复用同一个代码,这时候我们就用到了函数式编程。但是当我们自己编写了 ...
分类:编程语言   时间:2018-09-16 16:17:31    阅读次数:170
yyy的python3第七天学习
望着小月亮:https://www.cnblogs.com/triple-y/ 请尊重原创:https://www.cnblogs.com/triple-y/p/9655753.html 第七天学习的总结 当需要保存或缓存一些文件的时候,就用序列化与反序列化操作(二进制) ...
分类:编程语言   时间:2018-09-16 15:50:57    阅读次数:145
lintcode57 - 3sum - medium
Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of ...
分类:其他好文   时间:2018-08-30 11:10:19    阅读次数:178
LeetCode题218——The Skyline Problem
https://leetcode.com/problems/the-skyline-problem/description/ A city's skyline is the outer contour of the silhouette formed by all the buildings in ...
分类:其他好文   时间:2018-08-15 01:24:42    阅读次数:233
179条   上一页 1 2 3 4 5 6 ... 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!