题目链接:http://codeforces.com/gym/100989/problem/D In this cafeteria, the N tables are all ordered in one line, where table number 1 is the closest to th ...
分类:
其他好文 时间:
2018-07-06 14:17:55
阅读次数:
173
http://gitlab.htzq.htsc.com.cn/users/sign_in <!DOCTYPE html><html lang="en" xmlns:th="http://www.thymeleaf.org"><head><title>系统首页</title><meta http-eq ...
分类:
其他好文 时间:
2018-07-05 21:33:30
阅读次数:
180
The Internet has led to the creation of a digital society, where (almost) everything is connected and is accessible from anywhere. However, despite th ...
分类:
Web程序 时间:
2018-07-04 23:39:19
阅读次数:
239
在application.properties文件中配置 spring.message.basename=i18n.login 页面使用 th:text="#{login.tip}" ...
分类:
编程语言 时间:
2018-07-03 18:21:39
阅读次数:
184
You are given two integer arrays nums1 and nums2 sorted in ascending order and an integer k. Define a pair (u,v) which consists of one element from th ...
分类:
其他好文 时间:
2018-07-03 14:54:45
阅读次数:
247
OpenStack 使用cloud-image的ubuntu无法登陆注意事项
分类:
其他好文 时间:
2018-07-03 14:42:21
阅读次数:
112
Math.max.apply(this,[120,129,56,34,98]) //129 Math.max.call(this,120,129,56,34,98) //129 Math.min.apply(this,[120,129,56,34,98]) //34 Math.min.call(th... ...
分类:
编程语言 时间:
2018-07-02 14:51:18
阅读次数:
142
Add Two Numbers You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of th ...
分类:
其他好文 时间:
2018-07-02 13:07:38
阅读次数:
186
输出结果是:xiaobai; 为什么不是:xiaoxin; 看下面 先说一下函数,函数是一种特殊的对象,这个特殊的对象,这个特殊对象就是window对象。 输出为:window对象 这是上面就可以理解了 这是一个匿名函数不是object对象的属性和函数成员,匿名函数this指向window对象 th ...
分类:
其他好文 时间:
2018-07-02 11:51:08
阅读次数:
123
AtCoder Regular Contest 097 C - K-th Substring 题意:求一个长度小于等于5000的字符串的第K小子串,相同子串算一个。 K<=5。 分析:这不是弦论那道题吗。。 观察到K<=5,我们把所有长度小于等于5的子串拿出来去重再排个序即可。 代码: D - Eq ...
分类:
其他好文 时间:
2018-07-02 11:04:28
阅读次数:
144