xuanweiace
xuanweiace
全部文章
水题纪念
2018暑假 第一周 训练2(1)
2018暑假 第三周 训练1(1)
2018暑假 第三周 训练2(1)
2018暑假 第五周 训练3(1)
bfs(6)
bzoj(2)
Codeforce~(25)
dfs(8)
dfs+剪枝(1)
Dijkstra算法(4)
FZU(1)
HDU(20)
HihoCoder(2)
Java(1)
KMP~(3)
luogu(1)
nyoj(1)
PAT(2)
POJ(11)
Python(1)
QDU_AP协会17级ST2(1)
SPOJ(1)
STL(3)
tarjan算法~~强连通分量(2)
tricks(2)
Trie字典树(2)
ZOJ(6)
三分(1)
二分(8)
二分图(2)
优先队列(2)
优秀模板(1)
分数规划(1)
分治(1)
创新实验室热身赛2(1)
前缀和(1)
剪枝(2)
动态规划(dp)(33)
匈牙利算法(1)
区间问题(2)
单源最短路(2)
单调栈(1)
博弈问题(3)
字符串问题(4)
尺取法(3)
差分数组(1)
并查集(2)
思维(28)
打表(2)
拓扑排序(2)
数学(4)
数论(4)
最小生成树(2)
最短路(2)
最近公共祖先(1)
未归档(607)
树的直径(1)
模拟(9)
母函数(1)
牛客网(14)
状态压缩(2)
皮(1)
知识点(7)
线段树(4)
背包问题(1)
蓝桥杯(2)
贪心(17)
随笔(3)
随笔啊(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
xuanweiace的博客
全部文章
/ 水题纪念
(共45篇)
【洛谷 - 快来签到】(数学,公式,溢出爆longlong的处理)
题干: 题目描述 sum=2+5+8+11+14+…,输入正整数n,求sum的前n项和。 输入输出格式 输入格式: 输入一个正整数n 输出格式: 输出一个整数表示答案 输入输出样例 输入样例#1: 复制 2 输出样例#1: 复制 7 说明 1 ...
2018-10-07
0
710
【牛客 - 185D】星光晚餐(数论,结论,思维,模型)
题干: Johnson和Nancy要在星光下吃晚餐。这是一件很浪漫的事情。 为了增加星光晚餐那浪漫的氛围,他拿出了一个神奇的魔法棒,并且可以按照一定的规则,改变天上星星的亮暗。 Johnson想考考Nancy,在他挥动魔法棒后,会有多少颗星星依旧闪耀在天空。他知道,Nancy一定会一...
2018-10-02
0
660
【CodeForces - 569B】Inventory (水题)
题干: Companies always have a lot of equipment, furniture and other things. All of them should be tracked. To do this, there is an inventory number ass...
2018-09-16
0
458
【HDU - 1302】The Snail (模拟,水题)
题干: A snail is at the bottom of a 6-foot well and wants to climb to the top. The snail can climb 3 feet while the sun is up, but slides down 1 foot a...
2018-09-13
0
447
【CodeForces - 764A】Taymyr is calling you (找规律,水题)
题干: Comrade Dujikov is busy choosing artists for Timofey's birthday and is recieving calls from Taymyr from Ilia-alpinist. Ilia-alpinist calls every...
2018-09-12
0
530
【HYSBZ - 1192】鬼谷子的钱袋(水题,二进制)
题干: 鬼谷子非常聪明,正因为这样,他非常繁忙,经常有各诸侯车的特派员前来向他咨询时政。有一天,他在咸阳游历的时候,朋友告诉他在咸阳最大的拍卖行(聚宝商行)将要举行一场拍卖会,其中有一件宝物引起了他极大的兴趣,那就是无字天书。但是,他的行程安排得很满,他他已经买好了去邯郸的长途马车标,不巧的是出发...
2018-09-08
0
451
【HDU - 1013 】Digital Roots (大数模拟)
题干: The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that digit is...
2018-08-29
0
565
【nyoj - 890】 分东西 (水题 二进制)
题干: 分东西 时间限制:1000 ms | 内存限制:65535 KB 难度:1 输入 第一行输出一个数i表示有i组情况(0<i<=10) 接下来的i行,每一行输入两个个数M(0<M<1000000)和N(0<N<20) 输出 输出店主是否办得...
2018-08-21
0
348
【POJ - 1995】Raising Modulo Numbers(裸的快速幂)
题干: People are different. Some secretly read magazines full of interesting girls' pictures, others create an A-bomb in their cellar, others like usin...
2018-08-02
0
432
【UVA - 10815】 Andy's First Dictionary(STL+字符处理)
题干: Andy, 8, has a dream - he wants to produce his very own dictionary. This is not an easy task for him, as the number of words that he knows is, we...
2018-08-02
0
405
首页
上一页
1
2
3
4
5
下一页
末页