The first 3 parts are easy to get. I should know the name, version, and culture for the assembly since I am writing it. The part that can be a little ...
分类:
其他好文 时间:
2014-08-16 12:23:00
阅读次数:
226
A. Little Pony and Crystal Mine题意:输出一个类似于十字形的东西题解:直接打印即可。。。代码: 1 var n,i,j:longint; 2 begin 3 readln(n); 4 for i:=1 to n>>1 do 5 begin 6 f...
分类:
其他好文 时间:
2014-08-16 02:16:09
阅读次数:
207
This problem can be solve in simpler O(NsqrtN) solution, but I will describe O(NlogN) one.
We will solve this problem in offline. For each x (0?≤?x?n) we
should keep all the queries that end in x...
分类:
其他好文 时间:
2014-08-15 21:11:49
阅读次数:
292
Twilight Sparkle was playing Ludo with her friends Rainbow Dash, Apple Jack and Flutter Shy. But she kept losing. Having returned to the castle, Twili...
分类:
其他好文 时间:
2014-08-15 20:56:29
阅读次数:
215
One day, Twilight Sparkle is interested in how to sort a sequence of integersa1,?a2,?...,?anin non-decreasing order. Being a young unicorn, the only o...
分类:
其他好文 时间:
2014-08-15 20:55:49
阅读次数:
206
Twilight Sparkle once got a crystal from the Crystal Mine. A crystal of size n (n is odd; n?>?1) is an n?×?n matrix with a diamond inscribed into it.Y...
分类:
其他好文 时间:
2014-08-15 20:54:59
阅读次数:
210
Slash MazeBy filling a rectangle with slashes (/) and backslashes ( ), you can generate nice little mazes. Here is an example:As you can see, paths i....
分类:
其他好文 时间:
2014-08-15 14:30:58
阅读次数:
272
;;?learning?The?Little?Schemer
(def?car?first)
(def?cdr?rest)
(def?cons?clojure.core/cons)
(def?eq??=)
(def?list??clojure.core/list?)
(defn?atom??[x]
??(not?(list??x)))
(defn...
分类:
其他好文 时间:
2014-08-13 10:44:55
阅读次数:
303
There are many websites that allow you to custom handbags at very affordable prices. Custom diaper bags are usually more expensive, because they tend ...
分类:
其他好文 时间:
2014-08-11 14:30:02
阅读次数:
318
the apple tree
A long time ago, there was a huge apple tree.
A little boy loved to come and lay around it every day. He climbed to the tree top, ate
-the apples, took a nap under the shadow... He l...
分类:
移动开发 时间:
2014-08-11 06:19:12
阅读次数:
265