Saruman's ArmyTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 5526Accepted: 2829DescriptionSaruman the White must lead his army along a strai...
分类:
其他好文 时间:
2015-08-05 17:42:18
阅读次数:
122
ConscriptionTime Limit:1000MSMemory Limit:65536KTotal Submissions:8071Accepted:2810DescriptionWindy has a country, and he wants to build an army to pr...
分类:
其他好文 时间:
2015-07-25 12:00:01
阅读次数:
97
globalserver 报错RMIInitArmyBackObject InitError根据报错信息一路追查下来,发现某个帮派的数据解析 json 的时候报错。监视变量,找出这段字符串,大致结构如下:{ "army_name":"\u98ce\u4e91\u805a\u53d8", "army_...
分类:
其他好文 时间:
2015-07-24 18:00:00
阅读次数:
97
Language:
Default
Alignment
Time Limit: 1000MS
Memory Limit: 30000K
Total Submissions: 14202
Accepted: 4588
Description
In the army, a platoon is composed by n so...
分类:
其他好文 时间:
2015-07-16 22:24:24
阅读次数:
121
POJ 3069 Saruman's Army (简单贪心)...
分类:
其他好文 时间:
2015-07-14 00:12:03
阅读次数:
150
组合模式的特点: 1.所有的子类都共享一个父类。 2.你可以优化处理递归或分级数据结构。 3.用户无视对象的不同,统一的使用组合模式中的所有对象。需求: King: 兵种类,strength()攻击力 Swordman:剑士(兵) Gunner:火炮手(兵) Army:陆军(军队...
分类:
其他好文 时间:
2015-06-13 11:17:38
阅读次数:
98
Currency campus line of digital red song celebrates 70 years of war the Red Army's heritage light, played youth movement! August 15, 2015 is the 70th ...
分类:
其他好文 时间:
2015-05-30 00:27:43
阅读次数:
168
Saruman's Army
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 5049
Accepted: 2617
Description
Saruman the White must lead his army along a straight path f...
分类:
其他好文 时间:
2015-05-28 14:11:10
阅读次数:
158
#include
#include
#include using namespace std;#define MAX_N 2000int N,R;
int X[MAX_N];void solve()
{
sort(X,X+N);
int i=0,ans=0;
while(i<N)
{
int...
分类:
其他好文 时间:
2015-05-19 16:39:21
阅读次数:
93
Q - Phalanx
Time Limit:5000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u
Submit Status Practice HDU 2859
Description
Today is army day, but the servicemen are busy with the phalanx for t...
分类:
其他好文 时间:
2015-05-17 15:19:50
阅读次数:
99