上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 55 下一页
摘要: C++ 开3次方根方法 $y=\sqrt[3]{x}=x^{\frac{1}{3}}$ 又因为y与x同符号(同正负),所以应该这样写: 阅读全文
posted @ 2020-02-13 20:51 茄子Min 阅读(8255) 评论(0) 推荐(0)
摘要: 树状数组 进阶篇:区间修改,区间查询 单点更新,区间查询 我们知道,树状数组最基本的功能是 单点更新,区间查询 代码如下: 区间更新,单点查询 通过 “单点更新,区间查询” 功能+差分的思想,我们实现了: 区间更新,单点查询 $c[i]=a[i] a[i 1]$,所以,以c[i] 建立树状数组,$a 阅读全文
posted @ 2020-02-12 22:25 茄子Min 阅读(338) 评论(0) 推荐(0)
摘要: 2020牛客寒假算法基础集训营4 H 坐火车 (桶,树状数组) 链接:https://ac.nowcoder.com/acm/contest/3005/H 来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Form 阅读全文
posted @ 2020-02-12 20:28 茄子Min 阅读(247) 评论(0) 推荐(0)
摘要: 2020牛客寒假算法基础集训营3 B 牛牛的DRB迷宫II (构造) 链接:https://ac.nowcoder.com/acm/contest/3004/B 来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K Special Ju 阅读全文
posted @ 2020-02-10 23:00 茄子Min 阅读(307) 评论(0) 推荐(0)
摘要: AtCoder Beginner Contest 063 D Widespread (二分答案) Time Limit: 2 sec / Memory Limit: 256 MB Score : 400 points Problem Statement You are going out for a 阅读全文
posted @ 2020-02-09 18:20 茄子Min 阅读(299) 评论(0) 推荐(0)
摘要: 2020牛客寒假算法基础集训营2 J 求函数 (线段树) 链接:https://ac.nowcoder.com/acm/contest/3003/J 来源:牛客网 求函数 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO For 阅读全文
posted @ 2020-02-07 16:52 茄子Min 阅读(459) 评论(0) 推荐(0)
摘要: [Codeforces Round 617 (Div. 3)] 题解 A,B,C,D,E1,E2,F "1296A Array with Odd Sum" 思路: 如果一开始数组的sum和是奇数,那么直接YES, 否则:如果存在一个奇数和一个偶数,答案为YES,否则为NO 代码: B. Food B 阅读全文
posted @ 2020-02-05 23:21 茄子Min 阅读(536) 评论(0) 推荐(1)
摘要: [Codeforces Round 611 (Div. 3)] C. Friends and Gifts (随机大法好) C. Friends and Gifts time limit per test 2 seconds memory limit per test 256 megabytes in 阅读全文
posted @ 2020-02-02 22:05 茄子Min 阅读(324) 评论(0) 推荐(0)
摘要: [Hello 2020] D. New Year and Conference (ST表,排序) D. New Year and Conference time limit per test 2 seconds memory limit per test 1024 megabytes input s 阅读全文
posted @ 2020-02-02 15:32 茄子Min 阅读(429) 评论(0) 推荐(0)
摘要: [Hello 2020] C. New Year and Permutation (组合数学) C. New Year and Permutation time limit per test 1 second memory limit per test 1024 megabytes input st 阅读全文
posted @ 2020-02-01 16:27 茄子Min 阅读(299) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 55 下一页