摘要: https://vjudge.net/contest/271273#problem/A 哎,后面有个四舍五入的问题。 if( (int) (right * 1000) % 10 >= 5) right -= 0.005; printf("%.2f\n", right); .2f是默认四舍五入的,上面 阅读全文
posted @ 2018-11-19 23:40 downrainsun 阅读(176) 评论(0) 推荐(1) 编辑
摘要: https://vjudge.net/contest/269890#problem/E 加油问题,可以用优先队列 https://vjudge.net/contest/228508#problem/B rmq问题,贪心做 大意:给你一个数字串,要你删除m个数字后所得的最小数字串是多少。思路:转换思想 阅读全文
posted @ 2018-11-19 17:37 downrainsun 阅读(158) 评论(0) 推荐(1) 编辑