uva 270 Lining Up
``How am I ever going to solve this problem?" said the pilot.
Indeed, the pilot was not facing an easy task. She had to drop packages at specific points scattered...
分类:
其他好文 时间:
2015-02-12 09:21:12
阅读次数:
170
Lining Up
Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld
& %llu
Submit Status
Description
Lining Up
``How am I ever going to solve this prob...
分类:
其他好文 时间:
2015-02-06 11:16:18
阅读次数:
117
E - E
Description
Julius Caesar lived in a time of danger and intrigue. The hardest situation Caesar ever faced was keeping himself alive. In order for him to survive, he decided to crea...
分类:
其他好文 时间:
2015-02-04 14:49:07
阅读次数:
146
Description
Lining Up
``How am I ever going to solve this problem?" said the pilot.
Indeed, the pilot was not facing an easy task. She had to drop packages a...
分类:
其他好文 时间:
2015-02-02 15:58:11
阅读次数:
177
【题意】:很普通的解码问题,所有的大写字母左移5位。注意A-E的移动是加21,其他的减5。
【代码:AC】
#include
#include
#include
#include
#include
using namespace std;
#define MAX 200+10
int main()
{
char str[MAX];
while (gets(str))...
分类:
其他好文 时间:
2015-01-30 00:05:37
阅读次数:
184
Description Julius Caesar lived in a time of danger and intrigue. The hardest situation Caesar ever faced was keeping himself alive. In order for him ...
分类:
其他好文 时间:
2015-01-23 13:07:31
阅读次数:
105
DescriptionJulius Caesar lived in a time of danger and intrigue. The hardest situation Caesar ever faced was keeping himself alive. In order for him t...
分类:
其他好文 时间:
2015-01-21 22:04:51
阅读次数:
259
题意:自己去BZOJ上看。
但是总之询问就是要求
// 它的含义是X年的降雨量不超过Y年,且对于任意Y<Z<X,Z年的降雨量严格小于X年
// 左>=右>中
题解:然后首先离散化一下,然后把确定的年加到线段树中,乱搞一下就过了。
但是,,,讨论太恶心了!!
详情参照代码,写得很清晰(不清晰怎么A这道题)
代码:
#include
#include
#include...
分类:
其他好文 时间:
2015-01-20 18:11:48
阅读次数:
380
送上一首好听的摇滚歌曲,以及优美的译作。祝大家新年快乐。happynewyear![ti:Ever Dream][ar:Nightwish][al:Century Child][by:吖光] [00:-0.50]歌名:Ever Dream[00:00.19]乐队:NightWish[00:00.50...
分类:
其他好文 时间:
2014-12-31 21:18:30
阅读次数:
214
BeansTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 2845DescriptionBean-eating is an interesting game, ever...
分类:
其他好文 时间:
2014-12-13 19:17:25
阅读次数:
284