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
题目:Let's Play Curling 题意:给出n个红点,m个蓝点在数轴上,问是否能找到一个实数点c,满足一些红色的点到点c的距离绝对值小于任意的蓝点到点c的绝对值,最多能有几个红色的点能满足该条件,若无则输出Impossible,否则输出能满足该条件红点的个数. 解析:实际上就是找出任意两个 ...
分类:
Web程序 时间:
2021-06-02 16:10:52
阅读次数:
0
第一次在ASCode上用安卓机测试Flutter项目,直接运行,会报很多错误,需要在项目中新增配置 环境:安卓机 开发工具:ASCode .vscode -> launch.json { // Use IntelliSense to learn about possible attributes. ...
分类:
移动开发 时间:
2021-06-02 14:33:32
阅读次数:
0
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
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
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
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官方文档 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
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
问题: 给定一组字符串数组, 有这些字符串合并构成不存在重复字符的“集连字符串” 求该集连字符串最大长度。 Example 1: Input: arr = ["un","iq","ue"] Output: 4 Explanation: All possible concatenations are ...
分类:
其他好文 时间:
2021-02-06 12:15:04
阅读次数:
0