码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
CF1208H Red Blue Tree
CF1208H Red Blue Tree 原本应该放在 "这里" 但是这题过于毒瘤。。单独开了篇blog 首先考虑如果 $ k $ 无限小,那么显然整个树都是蓝色的。随着 $ k $ 逐渐增大,每个点都会有且仅有一次变色,我们考虑维护这个变色的时间 $ t $ 。如果每个点的变色时间都已经被算出来 ...
分类:其他好文   时间:2019-09-22 01:26:24    阅读次数:86
sortColors
Given an array with n objects colored red, white or blue, sort them in-place so that objects of the same color are adjacent, with the colors in the or ...
分类:其他好文   时间:2019-09-16 00:22:37    阅读次数:110
python 相关语法 图形绘制 奥运五环
1. 适当的空格 逻辑行首的空白表示逻辑表示层次关系 从而决定分组 语句从新行的第一列开始 风格统一 都用四个空格 不能随便加空格 奥运五环 #绘制奥运五环 import turtleturtle.width(10) turtle.color("blue")turtle.circle(50) tur ...
分类:编程语言   时间:2019-09-14 14:06:22    阅读次数:141
[Daily Coding Problem 290] Quxes Transformation
On a mysterious island there are creatures known as Quxes which come in three colors: red, green, and blue. One power of the Qux is that if two of the ...
分类:其他好文   时间:2019-09-14 10:30:32    阅读次数:110
ZR8.31
$$\color{red}{木得题面木得题解木得代码}$$ $\color{blue}{A}分组$ $首先先按照工作经验排序$ $如果经验相同,那么就按照想当组员,啥都想当,想当组长的顺序来排序$ $设f[n][a][b] 表示当前是第i个人,已经配好了a个,还有b个只有组员$ 那么,就有下面的方程 ...
分类:其他好文   时间:2019-09-03 22:01:09    阅读次数:89
一个随机产生双色球的小程序说说random库的使用
import randomred=[] #双色球红球 random.randint(1,33)blue=[] #双色球蓝球 random.randint(1,16)strin=input("请输入红球与蓝球个数,用‘+’隔开(如:7+2):") #获得用户想打的票的球的个数print(strin)i ...
分类:微信   时间:2019-09-01 12:56:20    阅读次数:219
java-面向对象-匿名对应的引用
创建对象 c : Car c = new Car(); c.num = 5; 创建匿名对象: new Car().num = 5; // 创建一个匿名对象,num值为5 new Car().color="Blue"; // 创建一个匿名对象,color值为Blue new Car.run(); // ...
分类:编程语言   时间:2019-08-29 11:10:53    阅读次数:89
tailwiind init
1. init 2. postcss.config.js 3. src/css/tailwind.css 4. package.json 5. public/index.html <body> <h1 class="text-xl font-bold text-blue-500 text-cente ...
分类:其他好文   时间:2019-08-25 15:38:48    阅读次数:74
CSS文字段落排版常用设置
CSS中设置颜色的方法有多种 1. 颜色的英文单词 2. RGB配色:由R(red)、G(green)、B(blue)三种颜色的比例来配色 这三个值也可以用0%~100%之间的值来设置 3. 十六进制颜色:00 ff CSS的颜色值当使用16进制的色彩值时,若每两位的值相同,可以缩写一半 可以缩写成 ...
分类:Web程序   时间:2019-08-22 23:50:50    阅读次数:132
Leetcode 75. Sort Colors
https://leetcode.com/problems/sort-colors/ Medium Medium Medium Given an array with n objects colored red, white or blue, sort them in-place so that o ...
分类:其他好文   时间:2019-08-19 19:33:38    阅读次数:98
1833条   上一页 1 ... 17 18 19 20 21 ... 184 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!