摘要:
后缀表达式 大整数(加法、乘法、gcd java) 阅读全文
摘要:
https://nanti.jisuanke.com/t/19978 acm提交:类 Main 使用java:高精度 BigInteger 阅读全文
摘要:
http://codeforces.com/contest/863/problem/E 注意细节 阅读全文
摘要:
http://codeforces.com/contest/862/problem/D 交互题 fflush(stdout) 调试: 先行给出结果,函数代替输入 阅读全文
摘要:
http://codeforces.com/contest/847/problem/D 巧妙的贪心 仔细琢磨。。。 像凸包里的处理 阅读全文
摘要:
http://codeforces.com/contest/868/problem/D 优化:两个串合并 原有状态+ 第一个串的尾部&第二个串的头部的状态 串变为第一个串的头部&第二个串的尾部 注意: 头尾不能重复 如串A合并串A 这就意味着串的头尾不能有重合, 详见代码 阅读全文
摘要:
http://codeforces.com/contest/862/problem/E 二分答案 一个数与数组中的哪个数最接近: 先对数组中的数排序,然后lower_bound 阅读全文
摘要:
http://codeforces.com/contest/846/problem/D 二分答案 适合于: 判断在t时候第一次成立 哪个状态是最小代价 阅读全文
摘要:
http://codeforces.com/contest/851/problem/D 分区间操作 阅读全文
摘要:
https://www.nowcoder.com/acm/contest/156/F 树 概率 阅读全文