题目链接: https://cn.vjudge.net/problem/HDU-3613 After an uphill battle, General Li won a great victory. Now the head of state decide to reward him with h ...
分类:
编程语言 时间:
2018-07-23 18:05:36
阅读次数:
281
Misha hacked the Codeforces site. Then he decided to let all the users change their handles. A user can now change his handle any number of times. But ...
分类:
其他好文 时间:
2018-07-23 14:54:35
阅读次数:
225
from:http://www.hertaville.com/a-sample-linker-script.html A sample script file that will work with C based projects is provided below: The Linker scr ...
分类:
其他好文 时间:
2018-07-23 14:50:55
阅读次数:
165
Description You have two very large binary trees: T1, with millions of nodes, and T2, with hundreds of nodes. Create an algorithm to decide if T2 is a ...
分类:
编程语言 时间:
2018-07-12 18:14:07
阅读次数:
157
POJ 2488 A Knight's Journey Background The knight is getting bored of seeing the same black and white squares again and again and has decided to make ...
分类:
其他好文 时间:
2018-07-11 22:54:25
阅读次数:
221
Description Given two strings, write a method to decide if one is a permutation of the other. Description Description Given two strings, write a metho ...
分类:
编程语言 时间:
2018-06-22 17:49:37
阅读次数:
238
使用kbmmw 的ORM 一定先要了解ORM 的对象定义语法。 下面简单说一下 ...
分类:
其他好文 时间:
2018-06-17 14:16:10
阅读次数:
147
A - ABD Time limit : 2sec / Memory limit : 256MB Score : 100 points Problem Statement Decades have passed since the beginning of AtCoder Beginner Cont ...
分类:
其他好文 时间:
2018-06-11 00:44:06
阅读次数:
183
一、工厂方法模式 工厂方法模式。定义为:Define an interface for creating an object,but let subclasses decide which class toinstantiate.Factory Method lets a class defer i ...
分类:
其他好文 时间:
2018-06-10 22:09:11
阅读次数:
222
Description Write a method anagram(s,t) to decide if two strings are anagrams or not. Description Description Write a method anagram(s,t) to decide if ...
分类:
编程语言 时间:
2018-06-02 12:20:13
阅读次数:
160