码迷,mamicode.com
首页 >  
搜索关键字:hdu 4565 so easy    ( 46279个结果
hdu 4283You Are the One
The TV shows such as You Are the One has been very popular. In order to meet the need of boys who are still single, TJUT hold the show itself. The sho ...
分类:其他好文   时间:2020-07-18 00:42:55    阅读次数:89
HDU-3553 Just a String (二分 + 后缀数组)
题意:找出文本串中字典序第 k 大的字符串 思路: 首先我们不能仅仅按后缀数组排完序后每个字符串的大小来找,因为重复字符也参与排名,比如 AAB 2, 结果是 A 而不是 AA。 注:以下第 i 个后缀均指排完序后第 i 小的后缀。 所以我们二分找第 k 大的字符串位于哪个区间,假定我们现在确定目标 ...
分类:编程语言   时间:2020-07-17 22:05:37    阅读次数:71
error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory
error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory 在CentOS 7.6 操作系统的机器上安装 MySQL 过程中,执行安装命令报 ...
分类:其他好文   时间:2020-07-17 13:34:29    阅读次数:60
HDU - 6581 Vacation (贪心+思维+物理)
Tom and Jerry are going on a vacation. They are now driving on a one-way road and several cars are in front of them. To be more specific, there are nn ...
分类:其他好文   时间:2020-07-17 09:30:42    阅读次数:82
HDU 2612 Find a way
Pass a year learning in Hangzhou, yifenfei arrival hometown Ningbo at finally. Leave Ningbo one year, yifenfei have many people to meet. Especially a ...
分类:其他好文   时间:2020-07-17 01:14:23    阅读次数:90
POJ 3661 Runing
Running Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 8597 Accepted: 3213 Description The cows are trying to become better athletes, so B ...
分类:其他好文   时间:2020-07-16 18:10:43    阅读次数:60
Cython 相关
概念Cython是python 的一个超集,类似于typescript和javascript的关系 cython 是python的一个模块,使用特定的语法可以把通过cython 把写好的类python程序转化为c语言,再转化为so库,提供给python调用实现加速目的 cPython 是python ...
分类:其他好文   时间:2020-07-16 12:08:48    阅读次数:70
编辑器vscode 小程序中使用less
原生小程序不支持less ,其他基于小程序的框架大体都支持,如wepy, mpvue, taro 等。但是仅仅因为一个less功能, 而去引入一个框架,,肯定是不可取的。因此可以用以下方式来实现: 1.安装插件easy less 2.在vs code的设置中加入如下代码 在右上角 在最后面加入: " ...
分类:微信   时间:2020-07-16 11:49:50    阅读次数:98
HDU - 4027(线段树+剪枝)
一个数最多能取8-9次根号。 #include <bits/stdc++.h> using namespace std; #define debug printf("bug!!!\n"); typedef long long ll; const int MAXN=1e5+10; const ll M ...
分类:其他好文   时间:2020-07-16 10:11:53    阅读次数:74
leetcode-----90. 子集 II
链接:https://leetcode-cn.com/problems/subsets-ii/ 代码 class Solution { public: vector<vector<int>> ans; vector<int> path; vector<vector<int>> subsetsWith ...
分类:其他好文   时间:2020-07-16 00:27:10    阅读次数:75
46279条   上一页 1 ... 29 30 31 32 33 ... 4628 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!