给定你个数组,以及一些单点修改,以及询问,每次询问需要求得,最长的字串长度,它在其他位置存在同构。 当存在两个不相交的区间同构时,如: 1、2、……、n -1、n、n + 1、……、m、m + 1、m + 2、 ……、m + n - 1、m + n;(假设m > n&&[1, n]和[m + 1, ...
分类:
其他好文 时间:
2019-01-20 20:12:13
阅读次数:
182
传送门:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5868 Little Sub has a sequence . Now he has a problem for you. Two sequences of length ...
分类:
其他好文 时间:
2019-01-20 15:08:44
阅读次数:
194
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5864 思路 : 判断小于它的合法的,再看大于它的合法的,特判10000、10、1000.... 这种情况 . ...
分类:
其他好文 时间:
2019-01-20 12:04:55
阅读次数:
239
写这篇博客来证明自己的愚蠢 。。。Orz 飞机 题意:给定你个数组,以及一些单点修改,以及询问,每次询问需要求得,最长的字串长度,它在其他位置存在同构 题解:经过一些奇思妙想后 ,你可以发现问题是传化为了查询一个最大的区间这个区间的开头和结尾是相同的 ; 所以如果我们知道了某个数的最小位置与最大位置 ...
分类:
其他好文 时间:
2019-01-20 00:53:59
阅读次数:
217
Little Sub loves math very much, and has just come up with an interesting problem when he is working on his geometry homework. It is very kind of him ...
分类:
其他好文 时间:
2019-01-19 22:15:09
阅读次数:
252
Little Sub has a sequence . Now he has a problem for you. Two sequences of length and of length are considered isomorphic when they meet all the follo ...
分类:
其他好文 时间:
2019-01-19 22:14:08
阅读次数:
256
A: Little Sub and Pascal's Triangle Solved. 题意:求杨辉三角第n行奇数个数 思路:薛聚聚说找规律,16说Lucas 1 #include<bits/stdc++.h> 2 3 using namespace std; 4 5 typedef long lo ...
分类:
其他好文 时间:
2019-01-19 18:55:12
阅读次数:
154
A.Little Sub and Pascal's Triangle 求帕斯卡三角形第n行(n=0,1,...)的奇数个数 规律: #include <iostream> #include<cstdio> #include<cstring> #include<cmath> #include<algo ...
分类:
其他好文 时间:
2019-01-19 14:22:56
阅读次数:
209
Hi35xx系列开发板 SoC介绍资料及参考原理图下载链接https://pan.baidu.com/s/1jDkNTuWe7WLCizjGGIGgBA海思Hi3516AV200/3519V101+索尼IMX274开发学习评估板#机器视觉 图像处理开发板# 海思Hi3516AV200+索尼IMX27 ...
分类:
其他好文 时间:
2019-01-17 10:20:32
阅读次数:
730
10类RGB图片:airplane, automobile, bird, cat, deer, dog, frog, horse, ship, truck 图片尺寸32x32,50000张训练图片,10000张测试图片 项目源码:https://github.com/tensorflow/model ...
分类:
其他好文 时间:
2019-01-16 19:20:33
阅读次数:
192