A. Relic Discovery B. Pocket Cube C. Pocky D. Lucky Coins E. Fibonacci F. Lambda Calculus G. Coding Contest H. Pattern I. Travel Brochure J. Cliques K ...
分类:
其他好文 时间:
2018-10-04 11:41:21
阅读次数:
404
"题目链接" 题目描述 解题思路 没啥思路。 首先能想到要做一遍SPFA(堆优化),顺便记录一下每个点的最短路是由哪个边来的。 显然,1到所有的点的最短路组成了一棵树,但是接下来就不知道咋做了2333333。 我们发现:因为不能从原来的路径过来,所以我们要选择另一条路,也就将终点和另外的一个节点连接 ...
分类:
其他好文 时间:
2018-09-26 01:21:23
阅读次数:
160
There is a travel agency in Adelton town on Zanzibar island. It has decided to offer its clients, besides many other attractions, sightseeing the town ...
分类:
其他好文 时间:
2018-09-16 18:40:01
阅读次数:
171
可以看见,性别默认选择男,邮箱使用spaceholser实现提示 密码使用password类型,字符变成了圆点避免被别人看见,点击提交表单 因为form的action设置为发送邮件,此时,你的本机邮件自动打开处于待发送状态 代码实现: <html><head> <body> <style> body ...
分类:
其他好文 时间:
2018-09-14 23:07:02
阅读次数:
180
Time travel http://acm.hdu.edu.cn/showproblem.php?pid=4418 分析: 因为走到最后在折返,可以将区间复制一份,就变成了只往右走,012343210。 写出转移方程: $f[t] = 0$ $f[i] = p_1 \times (f[i +1] ...
分类:
其他好文 时间:
2018-09-13 17:29:46
阅读次数:
163
线性表在python中有元组、列表、集合以及字典,非线性表目前介绍链表。 1.线性表对比 名称 1.使用中括号括起来;如 list=[1,2,3,4] 2.可以存储任何类型; 3.可以存储不同类型的数据(不建议); 1.使用小括号括起来;如 tuple = (1,2,3,4) 2.可以存储任何类型; ...
分类:
其他好文 时间:
2018-09-11 22:33:26
阅读次数:
212
Travel PP loves travel. Her dream is to travel around country A which consists of N cities and M roads connecting them. PP has measured the money each ...
分类:
其他好文 时间:
2018-09-08 22:36:31
阅读次数:
163
题意:求树上两条路径有无祖先。 思路: 瞎搞$LCA$啊。。。 可惜我$LCA$打错了,我居然调了半小时...qwq c++ include using namespace std; const int maxn = 200010; define travel(i,x) for(int i = he ...
分类:
其他好文 时间:
2018-09-07 22:51:00
阅读次数:
233
题目链接:https://nanti.jisuanke.com/t/28852 7998: Attack on Alpha-Zet 题目描述 Space pirate Captain Krys has recently acquired a map of the artificial and hig ...
分类:
其他好文 时间:
2018-09-07 22:03:16
阅读次数:
215
That will string don't result in a new landing, because travel stalled with the 5-yard range, nevertheless Mahomes even now were able to Jacksonville ...
分类:
其他好文 时间:
2018-09-07 20:42:51
阅读次数:
189