自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(112)
  • 收藏
  • 关注

翻译 poj2299

#include #include #include using namespace std; int n; int c[500001]; int number[500001]; struct data{ int value,no; }a[500001]; int lowbit(int x) { return x&(-x); } void update(int x,int value)

2012-12-04 15:34:45 426

翻译 hdoj1085

Holding Bin-Laden Captive! Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 9113    Accepted Submission(s): 4103 Problem Description

2012-08-02 15:44:23 494

翻译 hdoj1027

Ignatius and the Princess II Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 2621    Accepted Submission(s): 1585 Problem Description

2012-08-02 15:04:48 630

翻译 hdoj1715

大菲波数 Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 6555    Accepted Submission(s): 2150 Problem Description Fibonacci数列,定义如下: f(

2012-08-01 21:05:00 363

翻译 hdoj1063

Exponentiation Time Limit: 1000/500 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 4187    Accepted Submission(s): 1122 Problem Description Problems inv

2012-08-01 20:28:32 367

翻译 hdoj1047

Integer Inquiry Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6670    Accepted Submission(s): 1701 Problem Description One of the

2012-08-01 16:33:03 752

翻译 hdoj1042

N! Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 33698    Accepted Submission(s): 9380 Problem Description Given an integer N(0

2012-08-01 15:36:57 947

翻译 hdoj1723

Distribute Message Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 792    Accepted Submission(s): 347 Problem Description The conte

2012-08-01 14:45:05 901

翻译 hdoj1579

Function Run Fun Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1127    Accepted Submission(s): 663 Problem Description We all lov

2012-07-31 21:28:09 395

翻译 hdoj1428

漫步校园 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 1572    Accepted Submission(s): 447 Problem Description LL最近沉迷于AC不能自拔,每天寝室、机房两

2012-07-31 20:45:10 474

翻译 hdoj1355

The Peanuts Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 262    Accepted Submission(s): 155 Problem Description Mr. Robinson and

2012-07-31 18:24:59 529

翻译 hdoj1331

Function Run Fun Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 1323    Accepted Submission(s): 672 Problem Description We all lov

2012-07-31 09:41:05 458

翻译 hdoj1257

最少拦截系统 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 8986    Accepted Submission(s): 3488 Problem Description 某国为了防御敌国的导弹袭击,发展出一种

2012-07-30 22:34:00 444

翻译 hdoj1208

Pascal's Travels Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 981    Accepted Submission(s): 416 Problem Description An n x n ga

2012-07-30 20:08:21 421

翻译 hdoj1203

I NEED A OFFER! Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 9170    Accepted Submission(s): 3353 Problem Description Speakless很

2012-07-30 18:33:38 531

翻译 hdoj1165

Eddy's research II Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 2021    Accepted Submission(s): 734 Problem Description As is kn

2012-07-30 16:14:30 388

翻译 hdoj1158

Employment Planning Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 2356    Accepted Submission(s): 914 Problem Description A proje

2012-07-30 10:34:52 436

翻译 hdoj1114

Piggy-Bank Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5140    Accepted Submission(s): 2536 Problem Description Before ACM can

2012-07-28 16:47:54 593

翻译 hdoj1159

Common Subsequence Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 13147    Accepted Submission(s): 5396 Problem Description A subs

2012-07-27 22:56:17 450

翻译 hdoj1069

Monkey and Banana Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 3948    Accepted Submission(s): 2033 Problem Description A group

2012-07-26 21:32:05 404

翻译 hdoj1059

Dividing Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 8547    Accepted Submission(s): 2329 Problem Description Marsha and Bill o

2012-07-26 20:04:43 415

翻译 hdoj1058

Humble Numbers Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 9437    Accepted Submission(s): 4098 Problem Description A number wh

2012-07-26 11:13:37 399

翻译 hdoj1025

Constructing Roads In JGShining's Kingdom Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 8733    Accepted Submission(s): 2493 Problem

2012-07-26 09:56:21 572

翻译 hdoj1074

Doing Homework Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 3049    Accepted Submission(s): 1155 Problem Description Ignatius ha

2012-07-25 20:55:43 389

翻译 poj2528

Mayor's posters Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 26755   Accepted: 7725 Description The citizens of Bytetown, AB, could not stand that the c

2012-07-19 19:46:44 380

翻译 poj3468

A Simple Problem with Integers Time Limit: 5000MS   Memory Limit: 131072K Total Submissions: 32074   Accepted: 9114 Case Time Limit: 2000MS Description You have N

2012-07-19 18:45:31 287

翻译 poj3264

Balanced Lineup Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 23031   Accepted: 10702 Case Time Limit: 2000MS Description For the daily milking, Far

2012-07-19 11:24:55 297

翻译 poj2031

Building a Space Station Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 2719   Accepted: 1436 Description You are a member of the space station engineerin

2012-07-18 22:27:38 368

翻译 poj3259

Wormholes Description While exploring his many farms, Farmer John has discovered a number of amazing wormholes. A wormhole is very peculiar because it is a one-way path that delivers you to

2012-07-18 19:58:53 318

翻译 poj3331

The Idiot of the Year Contest! Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 3492   Accepted: 1829 Description There is just one basic rule in the Idiot

2012-07-17 21:11:41 417

翻译 poj1083

Moving Tables Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 20685   Accepted: 6802 Description The famous ACM (Advanced Computer Maker) Company has rente

2012-07-14 23:36:01 357

翻译 poj1015

Jury Compromise Description In Frobnia, a far-away country, the verdicts in court trials are determined by a jury consisting of members of the general public. Every time a trial is set to begin,

2012-07-14 21:00:09 515

翻译 poj1050

To the Max Description Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the whole array. The sum

2012-07-14 10:24:16 398

翻译 poj1018

Communication System Description We have received an order from Pizoor Communications Inc. for a special communication system. The system consists of several devices. For each device, we are fre

2012-07-13 23:17:34 468

翻译 hdoj1258

Sum It Up Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 1838    Accepted Submission(s): 920 Problem Description Given a specified

2012-07-12 23:48:18 522

翻译 hdoj1195

Open the Lock Problem Description Now an emergent task for you is to open a password lock. The password is consisted of four digits. Each digit is numbered from 1 to 9.  Each time, you can add

2012-07-12 23:07:33 393

翻译 poj1681

Painter's Problem Description There is a square wall which is made of n*n small square bricks. Some bricks are white while some bricks are yellow. Bob is a painter and he wants to paint all the

2012-07-12 19:15:53 620

翻译 poj1222

EXTENDED LIGHTS OUT Description In an extended version of the game Lights Out, is a puzzle with 5 rows of 6 buttons each (the actual puzzle has 5 rows of 5 buttons each). Each button has a light

2012-07-12 10:09:44 429

翻译 poj3299

Humidex Description Adapted from Wikipedia, the free encyclopedia The humidex is a measurement used by Canadian meteorologists to reflect the combined effect of heat and humidity. It differs fr

2012-07-11 21:24:31 378

翻译 poj1845

Sumdiv Description Consider two natural numbers A and B. Let S be the sum of all natural divisors of A^B. Determine S modulo 9901 (the rest of the division of S by 9901). Input The only li

2012-07-11 16:31:23 514

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除