[抄题]: Given an encoded string, return it's decoded string. The encoding rule is: k[encoded_string], where the encoded_string inside the square bracket ...
分类:
其他好文 时间:
2018-07-25 11:33:53
阅读次数:
187
FatMouse and Cheese FatMouse has stored some cheese in a city. The city can be considered as a square grid of dimension n: each grid location is label ...
分类:
其他好文 时间:
2018-07-24 20:25:17
阅读次数:
308
2018 07 23 1.关于函数中return与否的问题 {content} 为什么页面上直接返回了content值而没有在 span中显示? 而且,如果写做 {content} 会提示说: content undefined? 为什么return之后没有这个提示,不return 的话会报错? 采 ...
分类:
其他好文 时间:
2018-07-24 00:11:32
阅读次数:
1864
[CSAcademy]Squared Ends 题目大意: 给你一个长度为$n(n\le10^4)$的数列$\{A_i\}(A_i\le10^6)$。定义区间$A_{[l,r]}$的代价为$(A_l A_r)^2$。求将$\{A_i\}$划分成$k(k\le100)$个区间的最小代价。 思路: 不难 ...
分类:
其他好文 时间:
2018-07-21 17:18:00
阅读次数:
156
Farmer John has purchased a lush new rectangular pasture composed of M by N (1 ≤ M ≤ 12; 1 ≤ N≤ 12) square parcels. He wants to grow some yummy corn f ...
分类:
其他好文 时间:
2018-07-21 14:52:14
阅读次数:
153
6121 Build a tree 6125 Free from square 6126 Give out candies 6127 Hard challenge 6128 Inverse of sum 6129 Just do it 对于变换$m$次之后的序列,考虑$a_0$对$a_i(0 \le ...
分类:
其他好文 时间:
2018-07-21 00:51:20
阅读次数:
171
A 1-interesting polygon is just a square with a side of length 1. An n-interesting polygon is obtained by taking the n - 1-interesting polygon and app ...
分类:
其他好文 时间:
2018-07-20 20:10:45
阅读次数:
223
题目描述 A factory produces products packed in square packets of the same height h and of the sizes 1*1, 2*2, 3*3, 4*4, 5*5, 6*6. These products are alway ...
分类:
其他好文 时间:
2018-07-20 00:19:20
阅读次数:
197
回归问题的典型性能度量是均方根误差(RMSE:Root Mean Square Error)。如下公式。 以上,我们使用小写斜体表示标量(m,y(i)),函数名(h)。小写粗体表示向量(x(i)). 大写粗体表示矩阵(X). 还有一种度量方法为: Mean Absolute Error. 理解起来也 ...
分类:
其他好文 时间:
2018-07-18 10:57:59
阅读次数:
194
<b> 定义粗体文本 <big> 定义大号字体 <em> 定义着重文字 <i> 定义斜体字 <small> 定义小号字 <strong> 定义加重语气 <sub> 定义下标字 <sup> 定义上标字 <ins> 定义插入字 <del> 定义删除字 三种样式表插入方法 外部样式表:<link rel= ...
分类:
Web程序 时间:
2018-07-17 12:35:41
阅读次数:
192