荷塘涟漪
荷塘涟漪
全部文章
分类
我有故事也有酒(3)
杂(3)
来自csdn的老旧题解(1)
题解(10)
归档
标签
去牛客网
登录
/
注册
风来疏竹
竹影扫阶尘不动,月轮穿沼水无痕
TA的专栏
3篇文章
3人订阅
dp进阶之路
3篇文章
1492人学习
智乃的数据结构班的作业题解
0篇文章
0人学习
全部文章
(共108篇)
【数位dp】hdu3555
hdu3555 :Bomb Problem Description The counter-terrorists found a time bomb in the dust. But this time the terrorists improve on the time bomb. ...
2020-07-30
1
718
【数位dp】HDU 2089
不要62 Problem Description 杭州人称那些傻乎乎粘嗒嗒的人为62(音:laoer)。 杭州交通管理局经常会扩充一些的士车牌照,新近出来一个好消息,以后上牌照,不再含有不吉利的数字了,这样一来,就可以消除个别的士司机和乘客的心理障碍,更安全地服务大众。 不吉利...
2020-07-30
0
567
【数位dp】HDU 3652
B-number Problem Description A wqb-number, or B-number for short, is a non-negative integer whose decimal form contains the sub- string "1...
2020-07-30
0
547
【数位dp】cf55D
Beautiful numbers Volodya is an odd boy and his taste is strange as well. It seems to him that a positive integer number is beautiful if and ...
2020-07-30
0
560
【nwpu暑假集训搜索专题】(一)
表示我都没有跟着群巨暑假集训做题的节奏走,但是由于搜索太弱,所以就做了几道搜索题。 POJ 3278 #include <iostream> #include <string> #include <cstdio> #include <cstring>...
2020-07-30
0
615
【nwpu暑假集训搜索专题】(二)
POJ 1111 联通块算周长 #include<iostream> #include<cstring> #include<cstdio> #include<stdlib.h> using namespace std; int n, m, ...
2020-07-30
0
540
【nwpu暑假集训搜索专题】(三)
POJ 3009 水题,连题目描述都不想写了 #include <iostream> #include <string> #include <cstdio> #include <cstring> #include <stdlib.h>...
2020-07-30
0
569
【数位dp】hdu4389
X mod f(x) Problem Description Here is a function f(x): int f ( int x ) { if ( x == 0 ) return 0; return f ( x / 10 ) + x % 1...
2020-07-30
0
721
【线段树】hdu1166
敌兵布阵 Description C国的死对头A国这段时间正在进行军事演习,所以C国间谍头子Derek和他手下Tidy又开始忙乎了。A国在海岸线沿直线布置了N个工兵营地,Derek和Tidy的任务就是要监视这些工兵营地的活动情况。由于采取了某种先进的监测手段,所...
2020-07-30
0
690
【线段树】poj2777
Count Color Description Chosen Problem Solving and Program design as an optional course, you are required to solve all kinds of problems...
2020-07-30
0
643
首页
上一页
2
3
4
5
6
7
8
9
10
11
下一页
末页