会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雪溯
总之心情不好的话大概就会来这边做两道OJ,此处顺便储存部分笔记
开启论文记录化工程中,会陆续把已经读过的论文转化为笔记存下来
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
45
46
47
48
49
50
51
52
53
···
81
下一页
2019年3月3日
UVa 10905 - Children's Game 排序,题目没有说输入是int 难度: 0
摘要: 题目 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1846 题意 n个数字按照字符串方式直接组合成大数字,问最大组合成多少 思路 排序 感想 1. 因为
阅读全文
posted @ 2019-03-03 20:50 雪溯
阅读(141)
评论(0)
推荐(0)
2019年3月2日
UVa 10382 - Watering Grass 贪心,水题,爆int 难度: 0
摘要: 题目 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1323 题意 长方形l * w,给出长方形中间那条线上n个圆的圆心c和半径r,选取最少数目的圆覆盖长
阅读全文
posted @ 2019-03-02 22:25 雪溯
阅读(112)
评论(0)
推荐(0)
UVa 10340 - All in All 水题 难度: 0
摘要: 题目 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1281 题意 问字符串a能否是字符串b的子序列 思路 明显,计数对的上就行 感想 因为忘了break
阅读全文
posted @ 2019-03-02 21:31 雪溯
阅读(101)
评论(0)
推荐(0)
UVa 10970 - Big Chocolate 水题 难度: 0
摘要: 题目 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=0&problem=1911 题意 m*n的矩形巧克力,要切成1*1,不能一次切两块,问多少下切完
阅读全文
posted @ 2019-03-02 21:17 雪溯
阅读(84)
评论(0)
推荐(0)
UVa 3602 - DNA Consensus String 水题 难度: 0
摘要: 题目 https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1603 题意 问使m个n长碱基序列汉明码最小的序列 思路 明显,取最频繁的 代码 #i
阅读全文
posted @ 2019-03-02 20:47 雪溯
阅读(84)
评论(0)
推荐(0)
2019年3月1日
UVa LA 3213 - Ancient Cipher 水题 难度: 0
摘要: 题目 https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1214 题意 问字符串a能否是字符串b经过某种替换+移位密码的密文 思路 明显,计数对
阅读全文
posted @ 2019-03-01 17:23 雪溯
阅读(108)
评论(0)
推荐(0)
UVA LA 3983 - Robotruck DP,优先队列 难度: 2
摘要: 题目 https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1984 题意 按顺序给出平面n个点,每个点上都有重物,一次只能按顺序拿重量不超过c的重
阅读全文
posted @ 2019-03-01 16:28 雪溯
阅读(160)
评论(0)
推荐(0)
UVa 10859 - Placing Lampposts 树形DP 难度: 2
摘要: 题目 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1800 题意 n(n < 1000)个节点m条边的无向无环无重边图,最小顶点覆盖的同时要尽量让只有一
阅读全文
posted @ 2019-03-01 14:55 雪溯
阅读(120)
评论(0)
推荐(0)
2019年2月27日
UVa 11039 - Building designing 贪心,水题 难度: 0
摘要: 题目 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1980 题意 n个数,要求正负相间,绝对值增长,问n个数能组成的这样数列最长多长 思路 明显,分成正
阅读全文
posted @ 2019-02-27 11:45 雪溯
阅读(85)
评论(0)
推荐(0)
2019年2月26日
UVa 11636 - Hello World! 二分,水题 难度: 0
摘要: 题目 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2683 题意 原来有1个,每次可以任选数量成倍增长,问要操作多少次到n 思路 明显,先扩增到最大数位
阅读全文
posted @ 2019-02-26 17:08 雪溯
阅读(105)
评论(0)
推荐(0)
上一页
1
···
45
46
47
48
49
50
51
52
53
···
81
下一页
公告