码迷,mamicode.com
首页 >  
搜索关键字:水题    ( 4171个结果
poj2752 水题
又2b了一次…… 1 var s:ansistring; 2 ans,pre:array[0..10000] of longint; 3 i,k,tot:longint; 4 procedure main; 5 begin 6 pre[1]:=0;k:=0; 7 for i:=...
分类:其他好文   时间:2014-06-11 08:42:01    阅读次数:211
[BZOJ 1088][SCOI2005]扫雷Mine
Description 相信大家都玩过扫雷的游戏。那是在一个n*m的矩阵里面有一些雷,要你根据一些信息找出雷来。万圣节到了,“余”人国流行起了一种简单的扫雷游戏,这个游戏规则和扫雷一样,如果某个格子没有雷,那么它里面的数字表示和它8连通的格子里面雷的数目。现在棋盘是n×2的,第一列里面某些格子是雷,而第二列没有雷,如下图: 由于第一列的雷可能有多种方案满足第二列的数的限制,你的任务即根据第二...
分类:其他好文   时间:2014-06-11 06:11:00    阅读次数:264
Codeforces Round #252 (Div. 2) A - Valera and Antique Items
水题#include #include #include #include using namespace std;int main(){ int n,v; cin >> n >> v; vector res; for(int i = 0; i > k; for...
分类:其他好文   时间:2014-06-10 09:24:16    阅读次数:337
【leetcode】Merge Two Sorted Lists
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.水题不解释,一A,...
分类:其他好文   时间:2014-06-10 08:58:37    阅读次数:191
虐我半下午的水题(ACdream无耻的出题人)
对于这道题我只想说坑爹。绝对的坑爹。还有这样出题的。。。。。无耻的出题人Time Limit:2000/1000 MS (Java/Others)Memory Limit:65536/32768 KB (Java/Others)SubmitStatisticNext ProblemProblem D...
分类:其他好文   时间:2014-06-10 08:43:32    阅读次数:197
一道字符串水题LSS(ACdream)
一道水题但是我错了好惨罚时罚到最后一名Problem DescriptionTime flies, four years passed, colleage is over. When I am about to leave, a xuemei ask me an ACM problem, but I...
分类:其他好文   时间:2014-06-09 20:53:59    阅读次数:287
Acdream 1111:LSS(水题,字符串处理)
LSSTime Limit:20000/10000 MS (Java/Others)Memory Limit:128000/64000 KB (Java/Others)SubmitStatisticNext ProblemProblem DescriptionTime flies, four yea...
分类:其他好文   时间:2014-06-09 17:06:07    阅读次数:255
Codeforces Round #251 (Div. 2) A - Devu, the Singer and Churu, the Joker
水题#include #include #include using namespace std;int main(){ int n,d,t; cin >> n >> d; for(int i = 0 ; i > t; d-=t; } d-=(n-1)*1...
分类:其他好文   时间:2014-06-09 13:05:02    阅读次数:198
RQNOJ144伯虎点秋香(水)
又是一道水题,转语言就是这样,经常被水题虐翻。。。这种水题似乎不适合写出来,不过也没办法,没题目交了字符串处理: RQNOJ144 伯虎点秋香题目描述题目描述:上次唐伯虎点秋香那是秋香自己跑出来滴,这次他可要真的自己点了,下面由我来描述一下点的规则.当然事先要列举所有姑娘的匿名咯,我要对他进行1次提...
分类:其他好文   时间:2014-06-08 19:46:35    阅读次数:198
HNOI2004打鼹鼠(LIS)
大水题……不过通过这题我们应该养成一个好习惯:好好看清题……竟然没有看到时限 10sec…… 1 var i,j,n,m,ans:longint; 2 f,time,x,y:array[0..15000] of longint; 3 function max(x,y:longint):lon...
分类:其他好文   时间:2014-06-08 18:38:49    阅读次数:261
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!