码迷,mamicode.com
首页 >  
搜索关键字:possible    ( 2665个结果
Redis学习三(配置文件说明)
1. Units(单位) 配置大小单位,开头定义了一些基本的度量单位,只支持bytes,不支持bit 大小写不敏感 # Note on units: when memory size is needed, it is possible to specify # it in the usual for ...
分类:其他好文   时间:2021-06-13 10:22:30    阅读次数:0
ICPC2021南京区域赛 L.Let's Play Curling(二分、思维、构造)
题目:Let's Play Curling 题意:给出n个红点,m个蓝点在数轴上,问是否能找到一个实数点c,满足一些红色的点到点c的距离绝对值小于任意的蓝点到点c的绝对值,最多能有几个红色的点能满足该条件,若无则输出Impossible,否则输出能满足该条件红点的个数. 解析:实际上就是找出任意两个 ...
分类:Web程序   时间:2021-06-02 16:10:52    阅读次数:0
Flutter——首次在安卓机上运行
第一次在ASCode上用安卓机测试Flutter项目,直接运行,会报很多错误,需要在项目中新增配置 环境:安卓机 开发工具:ASCode .vscode -> launch.json { // Use IntelliSense to learn about possible attributes. ...
分类:移动开发   时间:2021-06-02 14:33:32    阅读次数:0
有道词典_每日一句_2021/05
05月 No great achievement is possible without persistent work. 没有不懈的努力,就不会有伟大的成就。——2021.05.01 You must take a vacation. You must have fun. 你一定要去度假,你一定要 ...
分类:其他好文   时间:2021-05-04 15:36:32    阅读次数:0
1626. Best Team With No Conflicts
You are the manager of a basketball team. For the upcoming tournament, you want to choose the team with the highest overall score. The score of the te ...
分类:其他好文   时间:2021-04-10 13:19:16    阅读次数:0
[LeetCode] 781. Rabbits in Forest
In a forest, each rabbit has some color. Some subset of rabbits (possibly all of them) tell you how many other rabbits have the same color as them. Th ...
分类:其他好文   时间:2021-04-06 14:17:51    阅读次数:0
1037 Magic Coupon (25 分)
The magic shop in Mars is offering some magic coupons. Each coupon has an integer N printed on it, meaning that when you use this coupon with a produc ...
分类:其他好文   时间:2021-03-06 14:44:48    阅读次数:0
cmake官方文档
cmake官方文档 https://cmake.org/documentation https://cmake.org/cmake/help/v3.19/ https://cmake.org/cmake/help/latest/guide/tutorial/index.html https://cm ...
分类:其他好文   时间:2021-02-20 11:55:40    阅读次数:0
图解算法——全排列(Permutations)
1. 题目描述 Given an array nums of distinct integers, return all the possible permutations. You can return the answer in any order. 2. Examples 示例1: Input ...
分类:编程语言   时间:2021-02-18 13:07:50    阅读次数:0
1239. Maximum Length of a Concatenated String with Unique Characters
问题: 给定一组字符串数组, 有这些字符串合并构成不存在重复字符的“集连字符串” 求该集连字符串最大长度。 Example 1: Input: arr = ["un","iq","ue"] Output: 4 Explanation: All possible concatenations are ...
分类:其他好文   时间:2021-02-06 12:15:04    阅读次数:0
2665条   1 2 3 4 ... 267 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!