码迷,mamicode.com
首页 >  
搜索关键字:sad    ( 187个结果
Codeforces 955C - Sad powers(数论 + 二分)
链接: http://codeforces.com/problemset/problem/955/C 题意: Q次询问(1≤Q≤1e5),每次询问给出两个整数L, R(1≤L≤R≤1e18),求所有符合条件的整数x的个数。条件为:L≤x≤R,x = a的p次方(a, p为整数且a>0, p>1)。 ...
分类:其他好文   时间:2018-04-11 17:11:15    阅读次数:251
C. Sad powers
You're given Q queries of the form (L,?R). For each query you have to find the number of such x that L?≤?x?≤?R and there exist integer numbers a?>?0,  ...
分类:其他好文   时间:2018-04-05 19:14:17    阅读次数:278
微信的一些坑2016.3记;2017.12 更新
微信经常都更新,如果可以的话,还是应该以微信开发者平台上面的文档为准,好多东西都是一时一个样子;好比分享这个操作2017.12的时候办的一个活动,发行分享总是失败,原理是刚好改了需要80端口发布的才可以,sad 2016.3记 1.获取微信支付要先获取openid 获取openid先获取code 获 ...
分类:微信   时间:2018-03-12 18:50:19    阅读次数:231
【转】Windows下Python快速解决error: Unable to find vcvarsall.bat
转自:http://blog.csdn.net/sad_sugar/article/details/73743863 系统配置:Windows10 x64, Visual Studio 2017, Python2.7.1 报错信息:error: Unable to find vcvarsall.ba ...
分类:编程语言   时间:2018-02-26 13:38:04    阅读次数:219
POJ2774Long Long Message (后缀数组&后缀自动机)
问题: The little cat is majoring in physics in the capital of Byterland. A piece of sad news comes to him these days: his mother is getting ill. Being w ...
分类:编程语言   时间:2017-12-10 12:43:11    阅读次数:226
图像相关
Patch 差计算:基于灰度的模板匹配算法(一):MAD、SAD、SSD、MSD、NCC、SSDA、SATD算法 ...
分类:其他好文   时间:2017-12-02 19:10:36    阅读次数:78
The Little Prince-11/29
The Little Prince-11/29 The wheat fields have nothing to say to me. And that is sad. But you have hair that is the color of gold. Think how wonderful ...
分类:其他好文   时间:2017-11-30 00:42:50    阅读次数:186
The Little Prince-11/28
The Little Prince-11/28 Today I find some beautiful words from the book. You know -- one loves the sunset, when one is so sad ... If someone loves a f ...
分类:其他好文   时间:2017-11-29 00:07:31    阅读次数:210
二维数组sort排序
和副本任务完全无关的奇怪感慨: 完全搞不懂我为什么会在搞图论的时候学这种奇怪东西,需要的时候不会,不需要的时候又莫名增加了奇怪的技能点. 之前的假期规划在十多天的放飞自我中彻底泡汤,简单的图论都一点不会,sad. 在想要不要把分治 贪心 递推 哈希 大根小根堆再看一遍,我似乎又忘了. 刘神刷题比我快 ...
分类:编程语言   时间:2017-11-04 17:55:45    阅读次数:209
python中 字符 字典 列表之间的转换
1 字典 转 字符 2 字符转字典: 例如:我们的数据在文件里是以字典格式保存的 但是我们都文件里读取数据类型都是字符类型的 这时候如果想使用字典的方法去操作的话 肯定不行 这时候需要使用eval函数 将数据转为字典类型 输出为: 3 字符转列表 如果一个字符串定义为: s = 'ad,sad,as ...
分类:编程语言   时间:2017-10-25 19:51:29    阅读次数:219
187条   上一页 1 2 3 4 5 6 ... 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!