码迷,mamicode.com
首页 >  
搜索关键字:triangle love    ( 2860个结果
C - Ekka Dokka
Ekka and his friend Dokka decided to buy a cake. They both love cakes and that's why they want to share the cake after buying it. As the name suggeste ...
分类:其他好文   时间:2019-08-12 23:43:21    阅读次数:96
P3599 Koishi Loves Construction——构造题
题目 Task1:试判断能否构造并构造一个长度 $n$ 的 $1...n$ 的排列,满足其 $n$ 个前缀和在模 $n$ 的意义下互不相同 Task2:试判断能否构造并构造一个长度 $n$ 的 $1...n$ 的排列,满足其 $n$ 个前缀积在模 $n$ 的意义下互不相同。 分析 既然考虑原数列很难 ...
分类:其他好文   时间:2019-08-12 00:57:47    阅读次数:102
echarts中饼图的legend自定义icon图片(扇形为例)
效果图: 代码: 问题:// icon: "pin", // 这个字段控制形状 类型包括 circle,rect ,roundRect,triangle,diamond,pin,arrow,none满足不了我们的时候,就可以自定义图片 ...
分类:其他好文   时间:2019-08-09 17:18:13    阅读次数:1259
【Leetcode_easy】976. Largest Perimeter Triangle
problem 976. Largest Perimeter Triangle solution: 参考 1. Leetcode_easy_976. Largest Perimeter Triangle; 完 ...
分类:其他好文   时间:2019-08-07 19:33:51    阅读次数:86
字符串常用方法总结
查询操作 1.charAt() 可传一个参数,传索引,返回指定位置的字符 eg: 2.charCodeAt() 可传一个参数,传索引,返回指定位置的字符的 Unicode 编码 3.concat(string1, string2, ..., stringX) 字符串拼接, 用于将一或多个字符串拼接起 ...
分类:其他好文   时间:2019-08-07 12:01:24    阅读次数:129
[LeetCode] 709. To Lower Case
Description Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase. Example 1: Example 2: Example ...
分类:其他好文   时间:2019-08-05 15:55:39    阅读次数:82
Apple Catching POJ - 2385
It is a little known fact that cows love apples. Farmer John has two apple trees (which are conveniently numbered 1 and 2) in his field, each full of ...
分类:移动开发   时间:2019-07-31 12:57:45    阅读次数:114
第二周的你学到了什么呢???其实学了挺多的 特重要的有这么几个吧
首先说一下“通配符”通配符记住还是很有必要的经常用的和不经常用的都要记住了!!!下面介绍下多种通配符的含义示例如下:*:匹配零个或者多个字符?:匹配任何字符~:当前用户家目录~+:当前工作的家目录~-:前一个家目录【0-9】:匹配数字范围【a-z】:字母【A-Z】:字母【love】:匹配列表中的任意一个字符【^love】:匹配列表中的所有字符以外的字符其次说下强大的编辑器之神没错就是---vim三
分类:其他好文   时间:2019-07-27 14:30:15    阅读次数:82
多校2 Keen On Everything But Triangle hdu6601 主席树
题意 给出一个n位序列 a 有m个询问 l r 问在al -ar 之间能选取的最大周长的三角形 比赛的时候 用莫队算法 但是一直超时 (感觉时间复杂度不是特别高呀。。。) 可以用主席树遍历区间最大到最小来找三角形 #include<bits/stdc++.h> using namespace std ...
分类:其他好文   时间:2019-07-25 00:34:13    阅读次数:95
2019 Multi-University Training Contest 2
A. Another Chess Problem B. Beauty Of Unimodal Sequence C. Coefficient D. Double Tree E. Everything Is Generated In Equal Probability F. Fantastic Mag ...
分类:其他好文   时间:2019-07-24 19:33:36    阅读次数:155
2860条   上一页 1 ... 34 35 36 37 38 ... 286 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!