• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Just Fools.
♕Heart-broken is just a fool.
   首页    新随笔    联系   管理    订阅  订阅
02 2016 档案
网络流24题 飞行员配对方案问题

摘要:«问题描述:第二次世界大战时期,英国皇家空军从沦陷国征募了大量外籍飞行员。由皇家空军派出的每一架飞机都需要配备在航行技能和语言上能互相配合的2 名飞行员,其中1 名是英国飞行员,另1 名是外籍飞行员。在众多的飞行员中,每一名外籍飞行员都可以与其他若干名英国飞行员很好地配合。如何选择配对飞行的飞行员才 阅读全文
posted @ 2016-02-19 19:56 ♕Heart-broken 阅读(806) 评论(0) 推荐(0)
Goodbye My Life In Tencent QQ

摘要:——————————华丽的分割线—————————— 有人看到开头就知道,靠,又是一个告白,噗,告别贴了;没错,这就是一个坑爹的告别贴。 没错,宝宝我决定,弃疗了……;(此句是废话233) 曾一度想过漂泊,自由自在,不被拘束;也曾对自己说过,进高中就别靠家里人,自己写稿赚钱给自己花,后来文字没有写多 阅读全文
posted @ 2016-02-13 22:16 ♕Heart-broken 阅读(220) 评论(0) 推荐(0)
I am back!

摘要:先前被一些琐事所烦恼,也曾想过要放弃,仔细想想自己也挺傻的,为什么一直要迁就别人;我就是我,不需要成为别人嘴里的自己;我还是要做那个最初的自己,那个玩世不恭的自己,坚持自己的梦想,而不是按照别人所给的生活方式生活。 如今的我不会在意不在意我的人; 不要考虑不考虑我的人; 不要担心不担心我的人; 不要 阅读全文
posted @ 2016-02-10 15:12 ♕Heart-broken 阅读(152) 评论(0) 推荐(0)
新年庆祝~~~啦啦啦~~~

摘要:听别人说信息班应该用不同的方式来庆祝新年 哇咔咔! 那就只能以独特的方式庆祝咯……#include<cstdio>#include<cmath>#include<cstring>#include<iostream>#include<algorithm>#include<functional>#inc 阅读全文
posted @ 2016-02-07 12:01 ♕Heart-broken 阅读(157) 评论(0) 推荐(0)
HDU 1541 Stars 树状数组

摘要:Problem Description Astronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let 阅读全文
posted @ 2016-02-05 11:05 ♕Heart-broken 阅读(247) 评论(0) 推荐(0)
HDU 1042 N! 高精度乘法

摘要:Problem Description Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N! Input One N in one line, process to the end of file. Output For ea 阅读全文
posted @ 2016-02-04 09:10 ♕Heart-broken 阅读(181) 评论(0) 推荐(0)
CODEVS 3977 炉石传说——圣骑士的逆袭

摘要:题目描述 Description 众所周知,圣骑士这个职业在GVG没开放之前在天梯上玩个几十局都遇不到一个。。碰到圣骑士内战都能作为惊奇的事情发帖吧,乌瑟尔表示:你们不要这样鄙视我啊,我也是能打出很高伤害的。 暴雪爸爸鄙视的看了他一眼:用什么,熔岩元气弹吗……… 乌瑟尔猥琐一笑:安度因把他家的先祖维 阅读全文
posted @ 2016-02-03 16:24 ♕Heart-broken 阅读(216) 评论(0) 推荐(0)
HDU 1040 As Easy As A+B 快排

摘要:Problem Description These days, I am thinking about a question, how can I get a problem as easy as A+B? It is fairly difficulty to do such a thing. Of 阅读全文
posted @ 2016-02-03 16:09 ♕Heart-broken 阅读(153) 评论(0) 推荐(0)
HDU 5610 Baby Ming and Weight lifting 暴力

摘要:Problem Description Baby Ming is fond of weight lifting. He has a barbell pole(the weight of which can be ignored) and two different kinds of barbell 阅读全文
posted @ 2016-02-03 15:06 ♕Heart-broken 阅读(361) 评论(0) 推荐(0)
HDU 1021 Fibonacci Again 数学题

摘要:Problem Description There are another kind of Fibonacci numbers: F(0) = 7, F(1) = 11, F(n) = F(n-1) + F(n-2) (n>=2). Input Input consists of a sequenc 阅读全文
posted @ 2016-02-03 11:13 ♕Heart-broken 阅读(250) 评论(0) 推荐(0)
HDU 1018 Big Number 数学题

摘要:Problem Description In many applications very large integers numbers are required. Some of these applications are using keys for secure transmission o 阅读全文
posted @ 2016-02-03 11:01 ♕Heart-broken 阅读(167) 评论(0) 推荐(0)
HDU 1020 Encoding 字符统计

摘要:Problem Description Given a string containing only 'A' - 'Z', we could encode it using the following method: 1. Each sub-string containing k same char 阅读全文
posted @ 2016-02-03 10:49 ♕Heart-broken 阅读(163) 评论(0) 推荐(0)
HDU 1019 Least Common Multiple 数学题

摘要:Problem Description The least common multiple (LCM) of a set of positive integers is the smallest positive integer which is divisible by all the numbe 阅读全文
posted @ 2016-02-03 10:26 ♕Heart-broken 阅读(193) 评论(0) 推荐(0)
HDU 1016 Prime Ring Problem DFS

摘要:Problem Description A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of nu 阅读全文
posted @ 2016-02-03 09:03 ♕Heart-broken 阅读(119) 评论(0) 推荐(0)
HDU 1005 Number Sequence 数学题

摘要:Problem Description A number sequence is defined as follows:f(1) = 1, f(2) = 1, f(n) = (A * f(n - 1) + B * f(n - 2)) mod 7.Given A, B, and n, you are 阅读全文
posted @ 2016-02-02 18:19 ♕Heart-broken 阅读(139) 评论(0) 推荐(1)
HDU 1004 Let the Balloon Rise 一道Map的经典题目

摘要:Problem Description Contest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges' favorite time is gues 阅读全文
posted @ 2016-02-02 18:10 ♕Heart-broken 阅读(134) 评论(0) 推荐(0)
HDU 1002 A + B Problem II 高精度加法

摘要:Problem Description I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B. Input The first line 阅读全文
posted @ 2016-02-02 18:01 ♕Heart-broken 阅读(169) 评论(0) 推荐(0)
HDU 1014 Uniform Generator 模拟

摘要:Problem Description Computer simulations often require random numbers. One way to generate pseudo-random numbers is via a function of the formseed(x+1 阅读全文
posted @ 2016-02-02 17:50 ♕Heart-broken 阅读(176) 评论(0) 推荐(0)
HDU 1013 Digital Roots 模拟//数学题

摘要:Problem Description: The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit th 阅读全文
posted @ 2016-02-02 16:06 ♕Heart-broken 阅读(137) 评论(0) 推荐(0)

博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3