上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 50 下一页
摘要: 后缀表达式 大整数(加法、乘法、gcd java) 阅读全文
posted @ 2018-08-24 10:50 congmingyige 阅读(128) 评论(0) 推荐(0) 编辑
摘要: https://nanti.jisuanke.com/t/19978 acm提交:类 Main 使用java:高精度 BigInteger 阅读全文
posted @ 2018-08-23 23:00 congmingyige 阅读(231) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/863/problem/E 注意细节 阅读全文
posted @ 2018-08-22 23:10 congmingyige 阅读(174) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/862/problem/D 交互题 fflush(stdout) 调试: 先行给出结果,函数代替输入 阅读全文
posted @ 2018-08-22 23:08 congmingyige 阅读(156) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/847/problem/D 巧妙的贪心 仔细琢磨。。。 像凸包里的处理 阅读全文
posted @ 2018-08-22 23:04 congmingyige 阅读(314) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/868/problem/D 优化:两个串合并 原有状态+ 第一个串的尾部&第二个串的头部的状态 串变为第一个串的头部&第二个串的尾部 注意: 头尾不能重复 如串A合并串A 这就意味着串的头尾不能有重合, 详见代码 阅读全文
posted @ 2018-08-22 22:57 congmingyige 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/862/problem/E 二分答案 一个数与数组中的哪个数最接近: 先对数组中的数排序,然后lower_bound 阅读全文
posted @ 2018-08-22 22:51 congmingyige 阅读(146) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/846/problem/D 二分答案 适合于: 判断在t时候第一次成立 哪个状态是最小代价 阅读全文
posted @ 2018-08-22 22:49 congmingyige 阅读(151) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/851/problem/D 分区间操作 阅读全文
posted @ 2018-08-22 22:46 congmingyige 阅读(172) 评论(0) 推荐(0) 编辑
摘要: https://www.nowcoder.com/acm/contest/156/F 树 概率 阅读全文
posted @ 2018-08-22 22:32 congmingyige 阅读(214) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 50 下一页