There are nn Christmas trees on an infinite number line. The ii -th tree grows at the position xixi . All xixi are guaranteed to be distinct. Each int ...
分类:
其他好文 时间:
2020-01-21 13:20:26
阅读次数:
96
推荐 https://zhuanlan.zhihu.com/p/39148914 https://github.com/rozbo/blog/issues/6 GUI就不推荐了。 what each symbol means? git flow,终于繁琐的命令无法成为git学习的挡路石 初始化: g ...
分类:
其他好文 时间:
2020-01-20 23:01:50
阅读次数:
113
前言: Oracle中不像SQL Server在创建表的时候使用identity(1001,1)来创建自动增长列,而是需要结合序列(Sequences)和触发器(Triggers)来实现 创建测试表 create table tbluser ( ID NUMBER(10) not null, NAM ...
分类:
数据库 时间:
2020-01-20 19:21:30
阅读次数:
123
You are given a list of non-negative integers, a1, a2, ..., an, and a target, S. Now you have 2 symbols + and -. For each integer, you should choose o ...
分类:
其他好文 时间:
2020-01-20 09:38:14
阅读次数:
92
This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:
其他好文 时间:
2020-01-19 23:53:57
阅读次数:
103
This time, you are supposed to find A+B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:
其他好文 时间:
2020-01-19 22:18:53
阅读次数:
107
https://golang.org/ref/mem#tmp_6 Goroutine destruction The exit of a goroutine is not guaranteed to happen before any event in the program. For exampl ...
分类:
其他好文 时间:
2020-01-19 22:04:51
阅读次数:
66
There are n cities and n?-?1 roads in the Seven Kingdoms, each road connects two cities and we can reach any city from any other by the roads. Theon a ...
分类:
其他好文 时间:
2020-01-18 16:46:11
阅读次数:
79
C. Nice Garland You have a garland consisting of nn lamps. Each lamp is colored red, green or blue. The color of the ii-th lamp is si ('R', 'G' and 'B ...
分类:
其他好文 时间:
2020-01-18 16:29:37
阅读次数:
90
A. Lorenzo Von Matterhorn B.Minimum spanning tree for each edge C.Misha, Grisha and Underground D.Fools and Roads E.City Driving 题意:给你一颗基环树(有n条边,n个点的连 ...
分类:
其他好文 时间:
2020-01-18 15:00:58
阅读次数:
97