杂题
GadyPu
NEVER GIVE UP ON YOUR DREAMS!!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hdu 5444 Elven Postman
二叉树原创 2015-09-16 21:10:57 · 287 阅读 · 0 评论 -
hdu 1196 Lowest Bit
水题原创 2015-06-22 22:43:07 · 364 阅读 · 0 评论 -
hdu 1872 稳定排序
水题原创 2015-06-26 19:10:35 · 344 阅读 · 0 评论 -
hdu 5104 Primes Problem
水题原创 2015-07-02 17:32:39 · 401 阅读 · 0 评论 -
hdu 5224 Tom and paper
枚举原创 2015-07-02 19:39:41 · 377 阅读 · 0 评论 -
hdu 5131 Song Jiang's rank list
stl原创 2015-07-05 13:25:51 · 441 阅读 · 0 评论 -
hdu 4941 Magical Forest
stl原创 2015-07-04 18:18:49 · 311 阅读 · 0 评论 -
hdu 1702 ACboy needs your help again!
stl原创 2015-06-17 18:17:42 · 344 阅读 · 0 评论 -
hdu 5265 pog loves szh II
stl原创 2015-06-09 19:34:35 · 387 阅读 · 0 评论 -
hdu 1718 Rank
stl原创 2015-06-09 14:42:55 · 422 阅读 · 0 评论 -
hdu 2091 空心三角形
水题原创 2015-06-08 20:51:34 · 398 阅读 · 0 评论 -
hdu 5233 Gunner II
stl原创 2015-05-24 13:47:55 · 392 阅读 · 0 评论 -
hdu 1303 Doubles
stl原创 2015-06-14 20:18:07 · 454 阅读 · 0 评论 -
hdu 3999 The order of a Tree
水题原创 2015-06-12 23:20:26 · 396 阅读 · 0 评论 -
hdu 5112 A Curious Matt
水题原创 2015-06-27 15:26:32 · 430 阅读 · 0 评论 -
hdu 1237 简单计算器
表达式计算原创 2015-09-15 19:31:14 · 327 阅读 · 0 评论 -
hdu 2034 人见人爱A-B
stl原创 2015-09-08 19:47:45 · 415 阅读 · 0 评论 -
hdu 5166 Missing number
水题原创 2015-09-09 22:34:46 · 270 阅读 · 0 评论 -
hdu 5327 Olympiad
暴力枚举,前缀和。。原创 2015-09-09 22:56:30 · 302 阅读 · 0 评论 -
hdu 4593 Robot
水题。。原创 2015-09-08 21:23:09 · 326 阅读 · 0 评论 -
hdu 5280 Senior's Array
暴力原创 2015-07-13 08:14:55 · 332 阅读 · 0 评论 -
hdu 5281 Senior's Gun
贪心原创 2015-07-12 22:32:36 · 343 阅读 · 0 评论 -
hdu 5146 Sequence
手速题原创 2015-06-29 18:07:10 · 412 阅读 · 0 评论 -
hdu 5272 Dylans loves numbers
水题原创 2015-06-21 19:08:13 · 327 阅读 · 0 评论 -
hdu 5273 Dylans loves sequence
水题原创 2015-06-21 19:19:31 · 396 阅读 · 0 评论 -
hdu 5058 So easy
水题原创 2015-06-08 21:09:02 · 484 阅读 · 0 评论 -
hdu 5142 NPY and FFT
水题原创 2015-06-08 18:07:13 · 550 阅读 · 0 评论 -
hdu 5264 pog loves szh I
字符串原创 2015-06-08 17:26:24 · 396 阅读 · 0 评论 -
poj 3916 Duplicate Removal
水原创 2015-02-28 18:54:18 · 588 阅读 · 0 评论 -
poj 1519 Digital Roots
杂题原创 2015-03-01 11:46:14 · 467 阅读 · 0 评论 -
poj 2388 Who's in the Middle
水原创 2015-02-28 20:58:55 · 365 阅读 · 0 评论 -
hoj 1087 Self Numbers
In 1949 the Indian mathematician D.R. Kaprekar discovered a class of numbers called self-numbers. For any positive integer n, define d(n) to be n plus the sum of the digits of n. (The d stands for dig原创 2014-11-10 21:40:27 · 462 阅读 · 0 评论 -
hoj 1976 Calendar
A calendar is a system for measuring time, from hours and minutes, to months and days, and finally to years and centuries. The terms of hour, day, month, year and century are all units of time measu原创 2014-12-15 19:56:37 · 411 阅读 · 0 评论 -
hoj 1703 To and Fro
Mo and Larry have devised a way of encrypting messages. They first decide secretly on the number of columns and write the message (letters only) down the columns, padding with extra random letters so原创 2014-12-16 22:47:05 · 364 阅读 · 0 评论 -
hoj 1744 Grandpa is Famoust
The whole family was excited by the news. Everyone knew grandpa had been an extremely good bridge player for decades, but when it was announced he would be in the Guinness Book of World Records as the原创 2014-12-17 20:18:36 · 486 阅读 · 0 评论 -
hoj 1999 Data Manager
Data Manager is a sophisticated data structure, which manages a set of data and fulfills operations on the data set. There are 3 kinds of operations: add n,which means adding integer n to the data原创 2014-11-29 21:57:59 · 431 阅读 · 0 评论 -
poj 2406 Power Strings
周期串原创 2015-02-04 13:42:08 · 324 阅读 · 0 评论 -
poj 3750 小孩报数问题
水。。。原创 2015-02-04 17:04:16 · 393 阅读 · 0 评论 -
hoj 1004 Prime Palindromes
Time limit : 15 sec Memory limit : 32 M The number 151 is a prime palindrome because it is both a prime number and a palindrome (it is the same number when read forward as backward).原创 2014-11-07 19:43:53 · 746 阅读 · 3 评论 -
poj3781 Nth Largest Value
水题原创 2015-03-04 20:40:04 · 445 阅读 · 0 评论
分享